# 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.