Merge pull request #70 from codeplea/c99

update readme to c99
This commit is contained in:
Lewis Van Winkle
2020-10-19 13:05:30 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ the standard C math functions and runtime binding of variables.
## Features ## Features
- **ANSI C with no dependencies**. - **C99 with no dependencies**.
- Single source file and header file. - Single source file and header file.
- Simple and fast. - Simple and fast.
- Implements standard operators precedence. - Implements standard operators precedence.