|
Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|

Go to the source code of this file.
Macros | |
| #define | NL_SETD 1 |
| #define | NL_CAT_LOCALE 1 |
Typedefs | |
| typedef int | nl_item |
| typedef void * | nl_catd |
Functions | |
| nl_catd | catopen (const char *, int) |
| char * | catgets (nl_catd, int, int, const char *) |
| int | catclose (nl_catd) |
| #define NL_CAT_LOCALE 1 |
Definition at line 9 of file nl_types.h.
| #define NL_SETD 1 |
Definition at line 8 of file nl_types.h.
| typedef void* nl_catd |
Definition at line 12 of file nl_types.h.
| typedef int nl_item |
Definition at line 11 of file nl_types.h.
| int catclose | ( | nl_catd | ) |
| char* catgets | ( | nl_catd | , |
| int | , | ||
| int | , | ||
| const char * | |||
| ) |
| nl_catd catopen | ( | const char * | , |
| int | |||
| ) |