Sha256: df74e790f1a8fe3e2cf1334721b329e6415574891bbca648efc8e21a88e0933f
Contents?: true
Size: 409 Bytes
Versions: 5
Compression:
Stored size: 409 Bytes
Contents
#ifndef _COMPAT_XLOCALE_H_ #define _COMPAT_XLOCALE_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_ */
Version data entries
5 entries across 5 versions & 1 rubygems