Atoi

From aldeid
Jump to navigation Jump to search

Syntax

int atoi (const char * str);

Description

Parses the C-string str interpreting its content as an integral number, which is returned as a value of type int.

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.