36 lines · yaml
1header: nl_types.h2standards:3 - posix4macros:5 - macro_name: NL_SETD6 macro_header: nl-types-macros.h7 - macro_name: NL_CAT_LOCALE8 macro_header: nl-types-macros.h9types:10 - type_name: nl_catd11enums: []12objects: []13functions:14 - name: catopen15 standards:16 - posix17 return_type: nl_catd18 arguments:19 - type: const char *20 - type: int21 - name: catclose22 standards:23 - posix24 return_type: int25 arguments:26 - type: nl_catd27 - name: catgets28 standards:29 - posix30 return_type: char *31 arguments:32 - type: nl_catd33 - type: int34 - type: int35 - type: const char*36