.. include:: ../check.rst

=========
strings.h
=========

Functions
=========

.. list-table::
  :widths: auto
  :align: center
  :header-rows: 1

  * - Function
    - Implemented
    - C23 Standard Section
    - POSIX.1-2024 Standard Section
  * - bcmp
    - |check|
    -
    - removed in POSIX.1-2008
  * - bcopy
    - |check|
    -
    - removed in POSIX.1-2008
  * - bzero
    - |check|
    -
    - removed in POSIX.1-2008
  * - ffs
    -
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html
  * - ffsl
    -
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html
  * - ffsll
    -
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html
  * - index
    - |check|
    -
    - removed in POSIX.1-2008
  * - rindex
    - |check|
    -
    - removed in POSIX.1-2008
  * - strcasecmp
    - |check|
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
  * - strcasecmp_l
    -
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
  * - strncasecmp
    - |check|
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
  * - strncasecmp_l
    -
    -
    - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
