blob: 37a91c699de55569d638d5f633d8156e4ec154cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _LANGINFO_H
#include <locale/langinfo.h>
libc_hidden_proto (nl_langinfo)
extern __typeof (nl_langinfo_l) __nl_langinfo_l;
libc_hidden_proto (__nl_langinfo_l)
#endif
|