summaryrefslogtreecommitdiff
path: root/include/locale.h
blob: 4374792d14cfb5c52f764205c56ab50554abe067 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef	_LOCALE_H
#include <locale/locale.h>

/* Locale object for C locale.  */
extern struct __locale_struct _nl_C_locobj;

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

#endif