.. 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 `__ * - bcopy - |check| - - `removed in POSIX.1-2008 `__ * - bzero - |check| - - `removed in POSIX.1-2008 `__ * - ffs - |check| - - `POSIX.1-2024 `__ * - ffsl - |check| - - `POSIX.1-2024 `__ * - ffsll - |check| - - `POSIX.1-2024 `__ * - index - |check| - - `removed in POSIX.1-2008 `__ * - rindex - |check| - - `removed in POSIX.1-2008 `__ * - strcasecmp - |check| - - `POSIX.1-2024 `__ * - strcasecmp_l - |check| - - `POSIX.1-2024 `__ * - strncasecmp - |check| - - `POSIX.1-2024 `__ * - strncasecmp_l - |check| - - `POSIX.1-2024 `__