Ignore-this: 1f46fdb32bd81d98cd52744377da3dbb darcs-hash:20100214231939-a4fee-53f1a968c4e6a89f1526bbb85d9926688de4afda
10 lines
137 B
C
10 lines
137 B
C
#ifndef __SYSTEM_ENCODING__
|
|
#define __SYSTEM_ENCODING__
|
|
|
|
#include <langinfo.h>
|
|
#include <locale.h>
|
|
|
|
char* get_system_encoding();
|
|
|
|
#endif
|