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