tango.stdc.stdlib

D header file for C99.

Members

Aliases

alloca
alias alloca = gcc.builtins.__builtin_alloca
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_Exit
void _Exit(int status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
abort
void abort()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
abs
int abs(int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloca
void* alloca(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloca
void* alloca(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloca
void* alloca(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atexit
int atexit(void function() func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atof
double atof(char* nptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atoi
int atoi(char* nptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atol
c_long atol(char* nptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
atoll
long atoll(char* nptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bsearch
void* bsearch(void* key, void* base, size_t nmemb, size_t size, int function(in void*, in void*) compar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
calloc
void* calloc(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
div
div_t div(int numer, int denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
exit
void exit(int status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
free
void free(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getenv
char* getenv(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
labs
c_long labs(c_long j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldiv
ldiv_t ldiv(c_long numer, c_long denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
llabs
long llabs(long j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lldiv
lldiv_t lldiv(long numer, long denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
malloc
void* malloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mblen
int mblen(char* s, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbstowcs
size_t mbstowcs(wchar_t* pwcs, char* s, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbtowc
int mbtowc(wchar_t* pwc, char* s, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
qsort
void qsort(void* base, size_t nmemb, size_t size, int function(in void*, in void*) compar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rand
int rand()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
realloc
void* realloc(void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
srand
void srand(uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtod
double strtod(char* nptr, char** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtof
float strtof(char* nptr, char** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtol
c_long strtol(char* nptr, char** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtold
real strtold(char* nptr, char** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtoll
long strtoll(char* nptr, char** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtoul
c_ulong strtoul(char* nptr, char** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtoull
ulong strtoull(char* nptr, char** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
system
int system(char* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstod
double wcstod(wchar_t* nptr, wchar_t** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstof
float wcstof(wchar_t* nptr, wchar_t** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstol
c_long wcstol(wchar_t* nptr, wchar_t** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstold
real wcstold(wchar_t* nptr, wchar_t** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstoll
long wcstoll(wchar_t* nptr, wchar_t** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstombs
size_t wcstombs(char* s, wchar_t* pwcs, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstoul
c_ulong wcstoul(wchar_t* nptr, wchar_t** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstoull
ulong wcstoull(wchar_t* nptr, wchar_t** endptr, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctomb
int wctomb(char* s, wchar_t wc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

div_t
struct div_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ldiv_t
struct ldiv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lldiv_t
struct lldiv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

EXIT_FAILURE
auto EXIT_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EXIT_SUCCESS
auto EXIT_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MB_CUR_MAX
auto MB_CUR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RAND_MAX
auto RAND_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly