IMPORT_C int | _epoc32_atexit | ( | void(*)(void) | _func | ) |
IMPORT_C void | abort | ( | void | ) |
IMPORT_C int | abs | ( | int | ) |
IMPORT_C double | atof | ( | const char * | _nptr | ) |
IMPORT_C int | atoi | ( | const char * | _nptr | ) |
IMPORT_C void * | bsearch | ( | const void * | _key, |
const void * | _base, | |||
size_t | _nmemb, | |||
size_t | _size, | |||
int(*)(const void *, const void *) | _compar | |||
) |
IMPORT_C div_t | div | ( | int | _numer, |
int | _denom | |||
) |
IMPORT_C void | exit | ( | int | _status | ) |
IMPORT_C void | free | ( | void * | ) |
IMPORT_C char * | getenv | ( | const char * | _string | ) |
IMPORT_C void * | malloc | ( | size_t | _size | ) |
IMPORT_C int | wctomb | ( | char * | s, |
wchar_t | wc | |||
) |
IMPORT_C int | mblen | ( | const char * | string, |
size_t | size | |||
) |
IMPORT_C void | qsort | ( | void * | _base, |
size_t | _nmemb, | |||
size_t | _size, | |||
int(*)(const void *, const void *) | _compar | |||
) |
IMPORT_C int | rand | ( | void | ) |
IMPORT_C void * | realloc | ( | void * | _r, |
size_t | _size | |||
) |
IMPORT_C void | srand | ( | unsigned | _seed | ) |
IMPORT_C double | strtod | ( | const char * | _n, |
char ** | _end_PTR | |||
) |
IMPORT_C long | strtol | ( | const char * | _n, |
char ** | _end_PTR, | |||
int | _base | |||
) |
IMPORT_C unsigned long | strtoul | ( | const char * | _n_PTR, |
char ** | _end_PTR, | |||
int | _base | |||
) |
IMPORT_C int | system | ( | const char * | _string | ) |
IMPORT_C int | wsystem | ( | const wchar_t * | _string | ) |
IMPORT_C int | setenv | ( | const char * | _string, |
const char * | _value, | |||
int | _overwrite | |||
) |
not STRICT ANSI, but available anyway...
IMPORT_C void | unsetenv | ( | const char * | _name | ) |
IMPORT_C void | wunsetenv | ( | const wchar_t * | _name | ) |
float | strtodf | ( | const char * | _n, |
char ** | _end_PTR | |||
) |
float | atoff | ( | const char * | _nptr | ) |
void | cfree | ( | void * | , |
void * | ||||
) |
int | putenv | ( | const char * | _string | ) |
char * | gcvt | ( | double | , |
int | , | |||
char * | ||||
) |
char * | gcvtf | ( | float | , |
int | , | |||
char * | ||||
) |