1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-07-17 23:30:12 +02:00
libcproject/lib
2023-06-25 20:09:07 +02:00
..
array_list.c feat: add array_list data structure 2023-01-07 19:40:16 +01:00
array_list.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
character.c feat!: rename types string to string_t and byte to byte_t 2023-06-25 20:08:58 +02:00
character.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
convert.c feat!: rename types string to string_t and byte to byte_t 2023-06-25 20:08:58 +02:00
convert.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
filesystem.c chore: replace missing string_t 2023-06-25 20:09:07 +02:00
filesystem.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
hash_map.c feat: add hash_map data structure 2023-06-25 20:09:07 +02:00
hash_map.h feat: add hash_map data structure 2023-06-25 20:09:07 +02:00
linked_list.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
linked_list.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
mathematics.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
mathematics.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
queue.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
queue.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
stack.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
stack.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00
string.c refactor: usage of hash_map instead of dictionary 2023-06-25 20:09:07 +02:00
string.h refactor: usage of hash_map instead of dictionary 2023-06-25 20:09:07 +02:00
terminal.c feat!: remove dictionary data structure 2023-06-25 20:09:07 +02:00
terminal.h feat!: remove dictionary data structure 2023-06-25 20:09:07 +02:00
types.h chore: prefix all #define for includes with LIBCPROJECT 2023-06-25 20:09:07 +02:00