diff --git a/README.md b/README.md index e3254a1..6c6141e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Prerequisites -Core library: A C99 compiler (no VLAs required), plus enough libc for `malloc`, `realloc`, `free`, `memcpy` and `memset`. +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.