shithub: orca

Download patch

ref: 34d4686266160fad4307b9dacae294114e72e3d5
parent: 1829483ca94cbed1829b482e780c4f8fa0352684
author: cancel <cancel@cancel.fm>
date: Wed Dec 5 06:08:44 EST 2018

Update readme

--- 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).