]> www.wagner.pp.ru Git - oss/catdoc.git/blob - compat/langinfo.h
Merge branch 'master' of http://www.wagner.pp.ru/git/oss/catdoc
[oss/catdoc.git] / compat / langinfo.h
1 #ifndef LANGINFO_H
2 #define LANGINFO_H
3 typedef int nl_item;
4 #define CODESET 1
5
6 char *nl_langinfo(nl_item item);
7 #endif