mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
1 line
75 B
C
1 line
75 B
C
#define assert(e) { if (!(e)) { printf("Assertion failed\n"); abort(); } }
|