atoi.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
atoi.cThe libc implementation
Functions
atoiConverts a string to an int

Functions

atoi

int atoi(const char *s)

Converts a string to an int

int atoi(const char *s)
Converts a string to an int