libpsyc/include/psyc/lib.h

10 lines
212 B
C
Raw Normal View History

2011-04-16 15:30:03 +00:00
/* this is needed to compile the library, not to use it */
#include "../psyc.h"
#include "./debug.h"
/* perlisms for readability */
#define unless(COND) if (!(COND))
#define until(COND) while (!(COND))