mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
c0b5e094e2
from __lc_codepage.
8 lines
126 B
C
Executable File
8 lines
126 B
C
Executable File
__declspec(dllimport) unsigned int __lc_codepage;
|
|
|
|
static inline
|
|
unsigned int get_codepage (void)
|
|
{
|
|
return __lc_codepage;
|
|
}
|