(__nl_langinfo_l): Add prototype.

This commit is contained in:
Andreas Jaeger 2000-09-26 15:09:33 +00:00
parent 85adf31604
commit 3e2ad31c49
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
#include <locale/langinfo.h>
#ifndef _LANGINFO_H
# include <locale/langinfo.h>
/* Internal prototypes. */
extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
#endif