By the C standard, <locale.h>, <stddef.h> <stdio.h>, <stdlib.h>, <string.h>, <time.h>, and <wchar.h> require NULL to be defined.
49 lines
914 B
YAML
49 lines
914 B
YAML
header: locale.h
|
|
header_template: locale.h.def
|
|
macros:
|
|
- macro_name: NULL
|
|
macro_header: null-macro.h
|
|
types:
|
|
- type_name: locale_t
|
|
- type_name: struct_lconv
|
|
functions:
|
|
- name: localeconv
|
|
standards:
|
|
- stdc
|
|
return_type: struct lconv *
|
|
arguments:
|
|
- type: void
|
|
- name: duplocale
|
|
standards:
|
|
- stdc
|
|
return_type: locale_t
|
|
arguments:
|
|
- type: locale_t
|
|
- name: freelocale
|
|
standards:
|
|
- stdc
|
|
return_type: void
|
|
arguments:
|
|
- type: locale_t
|
|
- name: newlocale
|
|
standards:
|
|
- stdc
|
|
return_type: locale_t
|
|
arguments:
|
|
- type: int
|
|
- type: const char *
|
|
- type: locale_t
|
|
- name: setlocale
|
|
standards:
|
|
- stdc
|
|
return_type: char *
|
|
arguments:
|
|
- type: int
|
|
- type: const char *
|
|
- name: uselocale
|
|
standards:
|
|
- stdc
|
|
return_type: locale_t
|
|
arguments:
|
|
- type: locale_t
|