musl - an implementation of the standard library for Linux-based systems
blob: ab32b880fbc92164ca7ff0093d8e2f876e3f6a6f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef LANGINFO_H
#define LANGINFO_H
#include "../../include/langinfo.h"
char *__nl_langinfo_l(nl_item, locale_t);
#endif
|