/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
conform/data/fnmatch.h-data
14 строк
328 B
Collin Funk
conform: Add initial support for C23.
10 апр 2025, 21:39
10 апр 2025, 21:39
d18213c
Код
Авторство
О чём код?
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 constant FNM_NOMATCH constant FNM_PATHNAME constant FNM_PERIOD constant FNM_NOESCAPE #if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008 constant FNM_NOSYS #endif function int fnmatch (const char*, const char*, int) allow FNM_* allow *_t #endif