Add C89 support

Allow compilation from C89 compilers.
This commit is contained in:
Aidan Mullen 2024-07-08 09:27:12 -04:00
parent fb4cb83981
commit 9a779bf1a1
66 changed files with 12202 additions and 0 deletions

9
CHANGELOG Normal file
View file

@ -0,0 +1,9 @@
CHANGELOG
=========
0.1.0
-----
- Add C89 support.
--- end of CHANGELOG ---