JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
abde83631ea1079d9ce87ea1281c7160113f41d3
[spectrwm.git] / osx / osx.h
1 /* $scrotwm$ */
2
3 long long strtonum(const char *, long long, long long, const char **);
4
5 #ifndef TAILQ_END
6 #define TAILQ_END(head)                 NULL
7 #endif