spectrwm/osx/osx.h

8 lines
145 B
C
Raw Normal View History

2009-11-25 15:09:09 +00:00
/* $scrotwm$ */
long long strtonum(const char *, long long, long long, const char **);
2011-06-15 00:49:07 +00:00
#ifndef TAILQ_END
#define TAILQ_END(head) NULL
#endif