.. include:: ../check.rst ====== glob.h ====== Macros ====== .. list-table:: :widths: auto :align: center :header-rows: 1 * - Macro - Implemented - C23 Standard Section - POSIX Docs * - GLOB_ABORTED - - - `POSIX.1-2024 `__ * - GLOB_APPEND - - - `POSIX.1-2024 `__ * - GLOB_DOOFFS - - - `POSIX.1-2024 `__ * - GLOB_ERR - - - `POSIX.1-2024 `__ * - GLOB_MARK - - - `POSIX.1-2024 `__ * - GLOB_NOCHECK - - - `POSIX.1-2024 `__ * - GLOB_NOESCAPE - - - `POSIX.1-2024 `__ * - GLOB_NOMATCH - - - `POSIX.1-2024 `__ * - GLOB_NOSORT - - - `POSIX.1-2024 `__ * - GLOB_NOSPACE - - - `POSIX.1-2024 `__ Functions ========= .. list-table:: :widths: auto :align: center :header-rows: 1 * - Function - Implemented - C23 Standard Section - POSIX Docs * - glob - - - `POSIX.1-2024 `__ * - globfree - - - `POSIX.1-2024 `__