4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-25 08:37:33 +08:00

8 lines
126 B
C
Raw Normal View History

__declspec(dllimport) unsigned int __lc_codepage;
static inline
unsigned int get_codepage (void)
{
return __lc_codepage;
}