File: langinfo.h

package info (click to toggle)
scheme48 1.8%2Bdfsg-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,984 kB
file content (14 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * If we have a sys/langinfo.h, then include it.
 */
#if	defined(HAVE_LANGINFO_H)

#include <langinfo.h>

#else

typedef int nl_item;
#define CODESET 0
extern char *nl_langinfo(nl_item item);

#endif