armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
stdlib.c File Reference

Implementation of some stdlib.h functions. More...

#include <common/stdlib.h>
#include <common/string.h>
Include dependency graph for stdlib.c:

Functions

char * itoa (int value)
 
int atoi (const char *str)
 

Detailed Description

Implementation of some stdlib.h functions.

Implementation of a small subset of stdlib.h.