C util library
Find a file
2022-04-29 05:51:17 +03:00
.gitignore initial commit 2022-04-16 16:22:31 +03:00
array.c bitmap 1 2022-04-19 23:39:51 +03:00
array.h array_insert, array_remove 2022-04-18 21:11:09 +03:00
bitmap.c bitmap 1 2022-04-19 23:39:51 +03:00
bitmap.h bitmap_test 2022-04-20 15:52:31 +03:00
CMakeLists.txt implement endiannes run-time detection 2022-04-28 18:26:15 +03:00
cutil.c implement endiannes run-time detection 2022-04-28 18:26:15 +03:00
cutil.h implement compile-time architecture detection, bus width detection 2022-04-28 17:34:07 +03:00
cutypes.h implement endiannes run-time detection 2022-04-28 18:26:15 +03:00
endian.c optimize software byte-swapping 2022-04-29 05:51:17 +03:00
endian.h remove deprecated endianness 2022-04-29 04:25:55 +03:00
list.c cutil redirect std functions to cu_ holders, array 4 2022-04-17 21:04:53 +03:00
list.h list_at 2022-04-16 16:44:10 +03:00
README.md Add README.md 2022-04-20 16:00:04 +03:00
test.c implement endiannes run-time detection 2022-04-28 18:26:15 +03:00

cutil

C library to implement

  • data structures like linked-lists, vector arrays, maps
  • bitmaps & bitwise operations
  • other stuff