Changeset View
Changeset View
Standalone View
Standalone View
include/stdlib.h
| Show First 20 Lines • Show All 327 Lines • ▼ Show 20 Lines | |||||
| int rpmatch(const char *); | int rpmatch(const char *); | ||||
| char *secure_getenv(const char *); | char *secure_getenv(const char *); | ||||
| void setprogname(const char *); | void setprogname(const char *); | ||||
| int sradixsort(const unsigned char **, int, const unsigned char *, | int sradixsort(const unsigned char **, int, const unsigned char *, | ||||
| unsigned); | unsigned); | ||||
| void srandomdev(void); | void srandomdev(void); | ||||
| long long | long long | ||||
| strtonum(const char *, long long, long long, const char **); | strtonum(const char *, long long, long long, const char **); | ||||
| long long | |||||
| strtonumx(const char *, long long, long long, const char **, int); | |||||
| /* Deprecated interfaces, to be removed. */ | /* Deprecated interfaces, to be removed. */ | ||||
| __int64_t | __int64_t | ||||
| strtoq(const char *, char **, int); | strtoq(const char *, char **, int); | ||||
| __uint64_t | __uint64_t | ||||
| strtouq(const char *, char **, int); | strtouq(const char *, char **, int); | ||||
| /* | /* | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||