atol.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
atol.cThe libc implementation
Functions
atolConverts a string to a long int

Functions

atol

long int atol(const char *s)

Converts a string to a long int

long int atol(const char *s)
Converts a string to a long int