mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
4 lines
101 B
C
4 lines
101 B
C
|
#define AEDI_EXPECT(CODE) if (!(CODE)) { puts(#CODE); return 1; }
|
||
|
|
||
|
extern "C" int puts(const char*);
|