summaryrefslogtreecommitdiff
path: root/include/locale.h
blob: 47760b223c333c7d3529e861188f4ff78b1966d6 (plain)
1
2
3
4
5
6
7
#ifndef	_LOCALE_H
#include <locale/locale.h>

/* Now define the internal interfaces.  */
extern struct lconv *__localeconv (void);

#endif