langinfo.h 126 B

12345678
  1. #ifndef LANGINFO_H
  2. #define LANGINFO_H
  3. #include "../../include/langinfo.h"
  4. char *__nl_langinfo_l(nl_item, locale_t);
  5. #endif