Browse Source

Update readme

master
cancel 6 years ago
parent
commit
34d4686266
  1. 2
      README.md

2
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`. 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). Interactive terminal UI: The above, plus ncurses (or compatible curses library).

Loading…
Cancel
Save