C util library
| .gitignore | ||
| array.c | ||
| array.h | ||
| bitmap.c | ||
| bitmap.h | ||
| CMakeLists.txt | ||
| cutil.c | ||
| cutil.h | ||
| cutypes.h | ||
| endian.c | ||
| endian.h | ||
| list.c | ||
| list.h | ||
| README.md | ||
| test.c | ||
cutil
C library to implement
- data structures like linked-lists, vector arrays, maps
- bitmaps & bitwise operations
- architecture-dependent & hardware features
- byte-order endianness detection, byte-swapping
- other stuff