From f6c22401d2bc4a528d43c61f4222c8d7237edf74 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Fri, 9 Oct 2020 09:52:57 -0500 Subject: [PATCH] update doc to specify C99 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190fcff..e8940c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ functions and little extra. ## Features -- **ANSI C with no dependencies**. +- **C99 with no dependencies**. - Contained in a single source code and header file. - Simple. - Fast and thread-safe.