]> www.wagner.pp.ru Git - oss/catdoc.git/blob - compat/langinfo.h
Fixed (some) segmentation faults when parsing broken OLE structure
[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