darcs-beta-2.7.98.2: 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