PS2SDK
PS2 Homebrew Libraries
stdlib.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define atoi(x)   strtol(x, NULL, 10)
 

Functions

long int strtol (const char *nptr, char **endptr, int base)
 

Detailed Description

Minimal stdlib.h for IOP tcpip Provides basic functions needed by lwIP on the IOP

Definition in file stdlib.h.