summaryrefslogtreecommitdiff
path: root/src/nonstd/__load_locale.c
blob: 193aa333adcb41815123e252f5c7c6e727be9bb6 (plain)
1
2
3
4
#include <nonstd/locale.h>

#define __load_locale(_loc, _mask, _name) \
	((char * (*)(struct __locale *, int, const char *))__libc(LOAD_LOCALE))(_loc, _mask, _name)