(root)/
glibc-2.38/
include/
langinfo.h
       1  #ifndef _LANGINFO_H
       2  
       3  #include <locale/langinfo.h>
       4  
       5  #ifndef _ISOMAC
       6  libc_hidden_proto (nl_langinfo)
       7  
       8  extern __typeof (nl_langinfo_l) __nl_langinfo_l;
       9  libc_hidden_proto (__nl_langinfo_l)
      10  #endif
      11  
      12  #endif