ubuntu-buildroot/output/build/host-gawk-5.2.0/pc/langinfo.h

10 lines
150 B
C

/* langinfo.h replacement for MS-Windows build. */
#ifndef LANGINFO_H
#define LANGINFO_H
#define CODESET 1
extern char *nl_langinfo (int);
#endif