From d3657f97ff7438e9fcd8705485c0ffc3a937b779 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Mon, 19 Oct 2020 13:04:42 -0500 Subject: [PATCH] update readme to c99 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d00fb..8db7611 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ the standard C math functions and runtime binding of variables. ## Features -- **ANSI C with no dependencies**. +- **C99 with no dependencies**. - Single source file and header file. - Simple and fast. - Implements standard operators precedence.