ArvernOS
|
#include <stddef.h>
#include <stdint.h>
Functions | |
int | atoi (char *s) |
long int | strtol_wip (const char *str, char **end, int base) |
void | abort () |
void abort | ( | ) |
int atoi | ( | char * | s | ) |
long int strtol_wip | ( | const char * | str, |
char ** | end, | ||
int | base ) |
strtol()
but it has been written for the kernel stacktrace and does not behave like it should (e.g., it does not skip spaces and does not support a base
different than 16
).