9 lines
117 B
C
9 lines
117 B
C
#ifndef __SYSTEM_ENCODING__
|
|
#define __SYSTEM_ENCODING__
|
|
|
|
#include <langinfo.h>
|
|
|
|
char* get_system_encoding();
|
|
|
|
#endif
|