| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2015-07-14 | 348 Bytes | |
| simple_something_error.h | 2015-07-14 | 1.7 kB | |
| simple_bitmap.h | 2015-07-14 | 3.4 kB | |
| simple_bitmap.c | 2015-07-14 | 25.6 kB | |
| bitmap_test.c | 2015-07-12 | 1.1 kB | |
| Totals: 5 Items | 32.1 kB | 0 | |
simple bitmap v0.02
simple bitmap is a very simple implementation of bitmap in C.
The code is put in public domain, feel free to use it for any purpose.
Documents how it can be used will be published shortly.
Change log:
v0.02 - added validation for bit skipping in searching functions
added the missing error code header file (woops)