glibc/include/langinfo.h

11 lines
177 B
C
Raw Normal View History

#ifndef _LANGINFO_H
2000-09-26 19:19:47 +02:00
#include <locale/langinfo.h>
libc_hidden_proto (nl_langinfo)
extern __typeof (nl_langinfo_l) __nl_langinfo_l;
libc_hidden_proto (__nl_langinfo_l)
#endif