ReactOS 0.4.15-dev-7846-g8ba6c66
charmax.c File Reference
#include <sect_attribs.h>
#include <internal.h>
Include dependency graph for charmax.c:

Go to the source code of this file.

Functions

_CRTIMP int __cdecl __lconv_init (void)
 
static int __cdecl my_lconv_init (void)
 

Variables

int mingw_initcharmax = 0
 
int _charmax = 255
 

Function Documentation

◆ __lconv_init()

_CRTIMP int __cdecl __lconv_init ( void  )

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 609 of file locale.c.

610{
611 /* this is used to make chars unsigned */
612 charmax = 255;
613 return 0;
614}
static unsigned char charmax
Definition: locale.c:38

Referenced by my_lconv_init().

◆ my_lconv_init()

static int __cdecl my_lconv_init ( void  )
static

Definition at line 16 of file charmax.c.

17{
18 return __lconv_init();
19}
_CRTIMP int __cdecl __lconv_init(void)
Definition: locale.c:609

Variable Documentation

◆ _charmax

int _charmax = 255

Definition at line 14 of file charmax.c.

◆ mingw_initcharmax

int mingw_initcharmax = 0

Definition at line 12 of file charmax.c.