blob: bdb59a82a33379ed8256edc2ebbec168b5a662c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
header: nl_types.h
standards:
- posix
macros:
- macro_name: NL_SETD
macro_header: nl-types-macros.h
- macro_name: NL_CAT_LOCALE
macro_header: nl-types-macros.h
types:
- type_name: nl_catd
enums: []
objects: []
functions:
- name: catopen
standards:
- posix
return_type: nl_catd
arguments:
- type: const char *
- type: int
- name: catclose
standards:
- posix
return_type: int
arguments:
- type: nl_catd
- name: catgets
standards:
- posix
return_type: char *
arguments:
- type: nl_catd
- type: int
- type: int
- type: const char*
|