PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
locale.h File Reference
#include "_internal/config.h"
Include dependency graph for locale.h:

Go to the source code of this file.

Data Structures

struct  lconv
 

Macros

#define LC_ALL   0
 
#define LC_COLLATE   1
 
#define LC_CTYPE   2
 
#define LC_MONETARY   3
 
#define LC_NUMERIC   4
 
#define LC_TIME   5
 

Functions

struct lconvlocaleconv (void)
 

Macro Definition Documentation

◆ LC_ALL

#define LC_ALL   0

Definition at line 39 of file locale.h.

◆ LC_COLLATE

#define LC_COLLATE   1

Definition at line 40 of file locale.h.

◆ LC_CTYPE

#define LC_CTYPE   2

Definition at line 41 of file locale.h.

◆ LC_MONETARY

#define LC_MONETARY   3

Definition at line 42 of file locale.h.

◆ LC_NUMERIC

#define LC_NUMERIC   4

Definition at line 43 of file locale.h.

◆ LC_TIME

#define LC_TIME   5

Definition at line 44 of file locale.h.

Function Documentation

◆ localeconv()

struct lconv * localeconv ( void  )