- _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.
D header file for C99.