arudradey's picture
download
raw
460 Bytes
#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_ */

Xet Storage Details

Size:
460 Bytes
·
Xet hash:
49710c6a7e43d7d21ab4c9773ceeae05936e0cf8c777563dbb3c573844887f9d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.