emscripten-functions-sys 5.0.401

Bindgen-generated bindings to emscripten system functions
Documentation
#ifndef _COMPAT_XLOCALE_H_
#define _COMPAT_XLOCALE_H_

#define __NEED_locale_t
#include <bits/alltypes.h>

#include <locale.h>

#ifdef __cplusplus
extern "C" {
#endif

long long strtoll_l(const char *start, char **end, int base, locale_t loc);
unsigned long long strtoull_l(const char *start, char **end, int base, locale_t loc);
long double strtold_l(const char *start, char **end, locale_t loc);

#ifdef __cplusplus
}
#endif

#endif /* _COMPAT_XLOCALE_H_ */