mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
bc866fdd9d
this allows to make tests a bit more concise
3 lines
101 B
C
3 lines
101 B
C
#define AEDI_EXPECT(CODE) if (!(CODE)) { puts(#CODE); return 1; }
|
|
|
|
extern "C" int puts(const char*);
|