1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-12 15:23:12 +01:00
libcproject/lib
2024-10-08 08:47:16 +02:00
..
array_list.c perf: allow to init array_list with initial capacity 2024-09-25 14:34:33 +02:00
array_list.h perf: allow to init array_list with initial capacity 2024-09-25 14:34:33 +02:00
assert.c feat: add assert module 2024-09-25 14:57:34 +02:00
assert.h feat: add assert module 2024-09-25 14:57:34 +02:00
character.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
character.h feat: add assert module 2024-09-25 14:57:34 +02:00
convert.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
convert.h fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
date.c feat(date): add date_get_age 2024-10-08 08:47:16 +02:00
date.h feat(date): add date_get_age 2024-10-08 08:47:16 +02:00
filesystem.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
filesystem.h feat: add assert module 2024-09-25 14:57:34 +02:00
hash_map.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
hash_map.h feat: add assert module 2024-09-25 14:57:34 +02:00
linked_list.c fix: correct usage of malloc and sizeof for structs 2023-08-09 20:25:03 +02:00
linked_list.h docs: consistency improvements 2023-08-09 21:08:15 +02:00
mathematics.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
mathematics.h feat: add assert module 2024-09-25 14:57:34 +02:00
queue.c fix: correct usage of malloc and sizeof for structs 2023-08-09 20:25:03 +02:00
queue.h docs: consistency improvements 2023-08-09 21:08:15 +02:00
stack.c fix: correct usage of malloc and sizeof for structs 2023-08-09 20:25:03 +02:00
stack.h docs: consistency improvements 2023-08-09 21:08:15 +02:00
string.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
string.h fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
terminal.c fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
terminal.h fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00
types.h fix!: usage of stdint instead of int types for cross-platform compatibility 2024-09-25 14:26:15 +02:00