Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
nl_types.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ NL_CAT_LOCALE

#define NL_CAT_LOCALE   1

Definition at line 9 of file nl_types.h.

◆ NL_SETD

#define NL_SETD   1

Definition at line 8 of file nl_types.h.

Typedef Documentation

◆ nl_catd

typedef void* nl_catd

Definition at line 12 of file nl_types.h.

◆ nl_item

typedef int nl_item

Definition at line 11 of file nl_types.h.

Function Documentation

◆ catclose()

int catclose ( nl_catd  )

◆ catgets()

char* catgets ( nl_catd  ,
int  ,
int  ,
const char *   
)

◆ catopen()

nl_catd catopen ( const char *  ,
int   
)