Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame src/api/assert.c
Branch:
b3af1001513bbe678070242a1ac1afc8f3b378f0
main
master
b3af1001513bbe678070242a1ac1afc8f3b378f0
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