1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-06 20:55:49 +00:00
libpsyc/include/psyc/lib.h
psyc://psyced.org/~lynX 475eeb8121 debug macros
2011-04-16 17:30:03 +02:00

10 lines
212 B
C

/* 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))