encoding-0.1: system_encoding.h
#ifndef __SYSTEM_ENCODING__ #define __SYSTEM_ENCODING__ #include <langinfo.h> char* get_system_encoding(); #endif
#ifndef __SYSTEM_ENCODING__ #define __SYSTEM_ENCODING__ #include <langinfo.h> char* get_system_encoding(); #endif