atoi()

#include <stdlib.h>

int atoi( char* string );

Converts an integer represented as string to int. Returns converted number.


Back to Essential C Functions.

Log in or register to write something here or to contact authors.