From 34d4686266160fad4307b9dacae294114e72e3d5 Mon Sep 17 00:00:00 2001 From: cancel Date: Wed, 5 Dec 2018 11:08:44 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c6141e..dbf7df1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Core library: A C99 compiler (no VLAs required), plus enough libc for `malloc`, `realloc`, `free`, `memcpy`, `memset`, and `memmove`. -Command-line interpreter: The above, plus POSIX. +Command-line interpreter: The above, plus POSIX, and enough libc for the common string operations (`strlen`, `strcmp`, etc.) Interactive terminal UI: The above, plus ncurses (or compatible curses library).