diff options
Diffstat (limited to 'misc/examples/bits2.c')
| -rw-r--r-- | misc/examples/bits2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/bits2.c b/misc/examples/bits2.c index 913bd185..de2f16f4 100644 --- a/misc/examples/bits2.c +++ b/misc/examples/bits2.c @@ -5,7 +5,7 @@ #define i_capacity 80 // enable fixed bitset on the stack #include <stc/cbits.h> -int main() +int main(void) { Bits s1 = Bits_from("1110100110111"); |
