File: system_encoding.h

package info (click to toggle)
haskell-encoding 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,392 kB
  • sloc: haskell: 4,372; ansic: 11; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef __SYSTEM_ENCODING__
#define __SYSTEM_ENCODING__

#include <langinfo.h>
#include <locale.h>

char* get_system_encoding();

#endif