~mingw-w64/mingw-w64/experimental

1
2
3
4
5
6
7
8
#ifndef _LANGINFO_H
#define _LANGINFO_H

#include <nl_types.h>

char *nl_langinfo(nl_item);

#endif