.. include:: ../check.rst

========
locale.h
========

Macros
======

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

  * - Macro
    - Implemented
    - C23 Standard Section
    - POSIX.1-2024 Standard Section
  * - LC_ALL
    - |check|
    - 7.11
    -
  * - LC_COLLATE
    - |check|
    - 7.11
    -
  * - LC_CTYPE
    - |check|
    - 7.11
    -
  * - LC_MONETARY
    - |check|
    - 7.11
    -
  * - LC_NUMERIC
    - |check|
    - 7.11
    -
  * - LC_TIME
    - |check|
    - 7.11
    -

Functions
=========

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

  * - Function
    - Implemented
    - C23 Standard Section
    - POSIX.1-2024 Standard Section
  * - localeconv
    - |check|
    - 7.11.2.1
    -
  * - setlocale
    - |check|
    - 7.11.1.1
    -
