.. include:: ../check.rst

==========
inttypes.h
==========

Functions
=========

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

  * - Function
    - Implemented
    - C23 Standard Section
    - POSIX.1-2024 Standard Section
  * - imaxabs
    - |check|
    - 7.8.2.1
    -
  * - imaxdiv
    - |check|
    - 7.8.2.2
    -
  * - strtoimax
    - |check|
    - 7.8.2.3
    -
  * - strtoumax
    - |check|
    - 7.8.2.3
    -
  * - wcstoimax
    -
    - 7.8.2.4
    -
  * - wcstoumax
    -
    - 7.8.2.4
    -
