Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. NAME
  2. atoi, atol, atoll, atoq - convert a string to an integer
  3.  
  4. SYNOPSIS
  5. #include <stdlib.h>
  6.  
  7. int atoi(const char *nptr);
  8.  
  9. DESCRIPTION
  10. The atoi() function converts the initial portion of the string pointed to by nptr to int.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement