mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 10:11:43 -05:00
7 lines
145 B
C
7 lines
145 B
C
/* $scrotwm$ */
|
|
|
|
long long strtonum(const char *, long long, long long, const char **);
|
|
|
|
#ifndef TAILQ_END
|
|
#define TAILQ_END(head) NULL
|
|
#endif
|