ReactOS 0.4.15-dev-7918-g2a2556c
charmax.c
Go to the documentation of this file.
1
7#include <sect_attribs.h>
8#include <internal.h>
9
11
13
14int _charmax = 255;
15
16static int __cdecl my_lconv_init(void)
17{
18 return __lconv_init();
19}
20
21_CRTALLOC(".CRT$XIC") _PIFV __mingw_pinit = my_lconv_init;
#define __cdecl
Definition: accygwin.h:79
int mingw_initcharmax
Definition: charmax.c:12
int _charmax
Definition: charmax.c:14
_CRTIMP int __cdecl __lconv_init(void)
Definition: locale.c:609
static int __cdecl my_lconv_init(void)
Definition: charmax.c:16
#define _CRTIMP
Definition: crtdefs.h:72
#define _CRTALLOC(x)
int(__cdecl * _PIFV)(void)
Definition: internal.h:34