ArvernOS
Loading...
Searching...
No Matches
stdlib.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for stdlib.h:
This graph shows which files directly or indirectly include this file:

Functions

int atoi (char *s)
 
long int strtol_wip (const char *str, char **end, int base)
 
void abort ()
 

Function Documentation

◆ abort()

void abort ( )
Todo
Abnormally terminate the process as if by SIGABRT.

◆ atoi()

int atoi ( char * s)
Todo
Handle min/max values.

◆ strtol_wip()

long int strtol_wip ( const char * str,
char ** end,
int base )
Todo
This function is supposed to implement 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).