darcs-2.8.0: src/system_encoding.h
#ifndef __SYSTEM_ENCODING__ #define __SYSTEM_ENCODING__ #ifndef WIN32 #include <langinfo.h> #include <locale.h> #endif char* get_system_encoding(); #endif
#ifndef __SYSTEM_ENCODING__ #define __SYSTEM_ENCODING__ #ifndef WIN32 #include <langinfo.h> #include <locale.h> #endif char* get_system_encoding(); #endif