zdoom-macos-deps/test/aedi.h

4 lines
101 B
C

#define AEDI_EXPECT(CODE) if (!(CODE)) { puts(#CODE); return 1; }
extern "C" int puts(const char*);