brintos

brintos / llvm-project-archived public Read only

0
0
Text · 916 B · 3c3998e Raw
49 lines · yaml
1header: locale.h2header_template: locale.h.def3macros:4  - macro_name: "NULL"5    macro_header: null-macro.h6types:7  - type_name: locale_t8  - type_name: struct_lconv9functions:10  - name: localeconv11    standards:12      - stdc13    return_type: struct lconv *14    arguments:15      - type: void16  - name: duplocale17    standards:18      - stdc19    return_type: locale_t20    arguments:21      - type: locale_t22  - name: freelocale23    standards:24      - stdc25    return_type: void26    arguments:27      - type: locale_t28  - name: newlocale29    standards:30      - stdc31    return_type: locale_t32    arguments:33      - type: int34      - type: const char *35      - type: locale_t36  - name: setlocale37    standards:38      - stdc39    return_type: char *40    arguments:41      - type: int42      - type: const char *43  - name: uselocale44    standards:45      - stdc46    return_type: locale_t47    arguments:48      - type: locale_t49