From 36d7b9197c4863c9a0113512bb566a2ee0b5d72d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 8 Dec 2023 18:41:35 +0100 Subject: Add a check in the CI to keep the readme up to date --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 885aa58..21d3ccf 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,14 @@ At this point, the program will safely crash. - `FD_SET` - `bcopy` - `bzero` +- `calloc` - `confstr` +- `fdopen` - `fgets` - `fgetws` +- `fmemopen` +- `fopen` +- `fprintf` - `fread` - `fwrite` - `getcwd` @@ -69,22 +74,31 @@ At this point, the program will safely crash. - `getgroups` - `gethostname` - `getlogin_r` +- `malloc` - `mbsnrtowcs` - `mbsrtowcs` - `mbstowcs` +- `memchr` - `memcpy` - `memmove` - `mempcpy` - `memset` - `poll` +- `popen` - `ppoll` - `pread` +- `printf` +- `pwrite` +- `qsort` - `read` - `readlink` - `readlinkat` +- `realloc` +- `reallocarray` - `realpath` - `recv` - `recvfrom` +- `select` - `send` - `sendto` - `snprintf` @@ -100,7 +114,11 @@ At this point, the program will safely crash. - `strncat` - `strncpy` - `strrchr` +- `tmpfile` - `ttyname_r` +- `umask` +- `vfprintf` +- `vprintf` - `vsnprintf` - `vsprintf` - `wcrtomb` -- cgit v1.3