1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-19 05:15:53 +02:00
libcproject/lib
Théo LUDWIG eb798a619a
fix: update filesystem_read and filesystem_write signatures
BREAKING CHANGE: take a `uint8_t` for file_content instead of `char`

It makes more sense to treat files as array of "bytes", not only characters/text files.
2023-06-25 15:20:07 +02:00
..
array_list.c feat: add array_list data structure 2023-01-07 19:40:16 +01:00
array_list.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
character.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
character.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
convert.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
convert.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
dictionary.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
dictionary.h refactor: include only in header files 2023-01-07 19:41:04 +01:00
filesystem.c fix: update filesystem_read and filesystem_write signatures 2023-06-25 15:20:07 +02:00
filesystem.h fix: update filesystem_read and filesystem_write signatures 2023-06-25 15:20:07 +02:00
linked_list.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
linked_list.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
mathematics.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
mathematics.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
queue.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
queue.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
stack.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
stack.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
string.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
string.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00
terminal.c refactor: include only in header files 2023-01-07 19:41:04 +01:00
terminal.h docs: add @since to know when a structure/function was added 2023-06-24 21:06:45 +02:00