modernc.org/libc@v1.24.1/freebsd/setlocale.h (about) 1 2 #ifndef _SETLOCALE_H_ 3 #define _SETLOCALE_H_ 4 5 #define ENCODING_LEN 31 6 #define CATEGORY_LEN 11 7 8 extern char *_PathLocale; 9 10 int __detect_path_locale(void); 11 int __wrap_setrunelocale(const char *); 12 13 #endif /* !_SETLOCALE_H_ */