repo.or.cz
/
nobug.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add RESOURCE_LEAVE_LOOKUP which does not need a handle to the holder
[nobug.git]
/
example.c
blob
93a4a7cc351d8ac616a39ae29fcb325d239d74a5
1
#include
"nobug.h"
2
NOBUG_DEFINE_FLAG
(
test
);
3
4
int
5
main
()
6
{
7
NOBUG_INIT_FLAG
(
test
);
8
9
INFO
(
test
,
"Logging enabled"
);
10
INFO
(
NOBUG_ON
,
"Always on"
);
11
}