From 1cf89852f951b59b89f2a8bd7b54a0b0b74d439c Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 2 Aug 2025 23:20:37 +0000 Subject: memory manipulation, strings, allocators list and logger. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d40b34 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Ungrateful + +C99 standard library for game development. + +# Note: + +Only core features of C99 were used: + +- stdint; +- normal comments; +- no implicit function declarations and int; +- long long; +- restrict keyword; + +# TODO: + +- File IO. +- Memory allocation. +- Threading. +- Strings. -- cgit v1.2.3-70-g09d2