VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
Examples
File List
Globals
source
shell
sys
linux
include
langinfo.h
Go to the documentation of this file.
1
#ifndef __SIMPLE_LIBC_LANGINFO_H__
2
#define __SIMPLE_LIBC_LANGINFO_H__
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
enum
{
9
CODESET
= 0,
10
D_FMT
,
11
}
nl_item
;
12
13
char
*
nl_langinfo
(
nl_item
item);
14
//char * nl_langinfo_l(nl_item item, locale_t locale);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
nl_item
nl_item
Definition
langinfo.h:8
CODESET
@ CODESET
Definition
langinfo.h:9
D_FMT
@ D_FMT
Definition
langinfo.h:10
nl_langinfo
char * nl_langinfo(nl_item item)
Definition
vsf_linux.c:4547
Generated from commit:
vsfteam/vsf@85be636