Go to the source code of this file.
Functions | |
| int | atoi (char *p) |
| Converts an ascii value to an integer. | |
Definition in file atoi.c.
| int atoi | ( | char * | p | ) |
Converts an ascii value to an integer.
| *p | pointer to ascii string |
Definition at line 14 of file atoi.c.
Referenced by test_libStdlib(), xsh_ethstat(), and xsh_testsuite().

1.5.6