File: langinfo.h

package info (click to toggle)
catdoc 0.94.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,996 kB
  • ctags: 540
  • sloc: ansic: 3,747; sh: 350; tcl: 262; makefile: 193
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#ifndef LANGINFO_H
#define LANGINFO_H
typedef int nl_item;
#define CODESET 1

char *nl_langinfo(nl_item item);
#endif