summaryrefslogtreecommitdiff
path: root/include/langinfo.h
blob: d60d7f638292a692e1969528ebe57fda388dcbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _LANGINFO_H

#include <locale/langinfo.h>

#ifndef _ISOMAC
libc_hidden_proto (nl_langinfo)

extern __typeof (nl_langinfo_l) __nl_langinfo_l;
libc_hidden_proto (__nl_langinfo_l)
#endif

#endif