aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3d40b34af7f5ea0447fe2baab562e467e207875c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.