Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mb_wc_common.h « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40028d6828b42399474c2e77c4852b82256e692f (plain)
1
2
3
4
5
6
7
__declspec(dllimport) unsigned int __lc_codepage;

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