mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-07 15:01:09 +00:00
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*);
|