spectrwm/osx/osx.h
2011-06-15 00:49:07 +00:00

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