Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/atoi.c File Reference
Go to the source code of this file.
|
Functions |
int | atoi (char *p) |
Detailed Description
atoi
- Id
- atoi.c 221 2007-07-11 18:45:46Z mschul
Definition in file atoi.c.
Function Documentation
Converts an ascii value to an integer.
- Parameters:
-
| *p | pointer to ascii string |
- Returns:
- integer
Definition at line 14 of file atoi.c.