ZedZone
|
Blog
|
Software
|
Code
projects
/
libeze
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055994b
)
Remove bitset main
author
Not Zed
<notzed@gmail.com>
Fri, 4 Dec 2020 05:33:09 +0000
(16:03 +1030)
committer
Not Zed
<notzed@gmail.com>
Fri, 4 Dec 2020 05:33:09 +0000
(16:03 +1030)
ez-bitset.c
patch
|
blob
|
history
diff --git
a/ez-bitset.c
b/ez-bitset.c
index
19a2253
..
6ccde91
100644
(file)
--- a/
ez-bitset.c
+++ b/
ez-bitset.c
@@
-246,6
+246,7
@@
uint32_t ez_bitset_scan_remove(ez_bitset_scan *scan) {
return bitset_scan_next(scan->set, scan);
}
+#if 0
#include <stdio.h>
int main(int argc, char **argv) {
@@
-261,3
+262,4
@@
int main(int argc, char **argv) {
return 0;
}
+#endif