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