mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Initial revision
This commit is contained in:
parent
c636014c43
commit
85a5fbbdfe
78 changed files with 13589 additions and 0 deletions
1
Include/assert.h
Normal file
1
Include/assert.h
Normal file
|
@ -0,0 +1 @@
|
|||
#define assert(e) { if (!(e)) { printf("Assertion failed\n"); abort(); } }
|
Loading…
Add table
Add a link
Reference in a new issue