repo.or.cz
/
libc-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
functional: add mntent test
[libc-test.git]
/
src
/
api
/
assert.c
blob
c75ec790ab6103c4f65723f76517813689a00b37
1
#include <assert.h>
2
#ifndef assert
3
#error no assert
4
#endif
5
6
#define NDEBUG 1
7
#include <assert.h>
8
#ifndef assert
9
#error no assert
10
#endif
11