String abfragen ?

Eine Funktion aus C - "ASCII to Integer"

int atoi ( const char * str );

Convert string to integer
Parses the C string str interpreting its content as an integral number, which is returned as an int value.