(root)/
gawk-5.2.2/
pc/
langinfo.h
       1  /* langinfo.h replacement for MS-Windows build.  */
       2  #ifndef LANGINFO_H
       3  #define LANGINFO_H
       4  
       5  #define CODESET 1
       6  
       7  extern char *nl_langinfo (int);
       8  
       9  #endif