Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame src/api/assert.c
Branch:
46f33c4731212b8c1f0488827c142946a0c145f1
main
master
46f33c4731212b8c1f0488827c142946a0c145f1
src
api
assert.c
Blob
History
Raw
nsz
e19254
#include <assert.h>
nsz
e19254
#ifndef assert
nsz
e19254
#error no assert
nsz
e19254
#endif
nsz
e19254
nsz
e19254
#define NDEBUG 1
nsz
e19254
#include <assert.h>
nsz
e19254
#ifndef assert
nsz
e19254
#error no assert
nsz
e19254
#endif
nsz
e19254