Go to the source code of this file.
Functions | |
| long | atol (char *p) |
| Converts an ascii value to a long. | |
Definition in file atol.c.
| long atol | ( | char * | p | ) |
Converts an ascii value to a long.
| *p | pointer to ascii string |
Definition at line 14 of file atol.c.
Referenced by xsh_ethstat(), xsh_kill(), xsh_sleep(), and xsh_uartstat().

1.5.5