diff options
Diffstat (limited to 'libc/docs/headers/strings.rst')
-rw-r--r-- | libc/docs/headers/strings.rst | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/libc/docs/headers/strings.rst b/libc/docs/headers/strings.rst deleted file mode 100644 index effd667..0000000 --- a/libc/docs/headers/strings.rst +++ /dev/null @@ -1,66 +0,0 @@ -.. include:: ../check.rst - -========= -strings.h -========= - -Functions -========= - -.. list-table:: - :widths: auto - :align: center - :header-rows: 1 - - * - Function - - Implemented - - C23 Standard Section - - POSIX Docs - * - bcmp - - |check| - - - - `removed in POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/007904875/functions/bcmp.html>`__ - * - bcopy - - |check| - - - - `removed in POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/007904875/functions/bcopy.html>`__ - * - bzero - - |check| - - - - `removed in POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/007904875/functions/bzero.html>`__ - * - ffs - - - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html>`__ - * - ffsl - - - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html>`__ - * - ffsll - - - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html>`__ - * - index - - |check| - - - - `removed in POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/007904875/functions/index.html>`__ - * - rindex - - |check| - - - - `removed in POSIX.1-2008 <https://pubs.opengroup.org/onlinepubs/007904875/functions/rindex.html>`__ - * - strcasecmp - - |check| - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcasecmp.html>`__ - * - strcasecmp_l - - - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcasecmp_l.html>`__ - * - strncasecmp - - |check| - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html>`__ - * - strncasecmp_l - - - - - - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp_l.html>`__ |