NAME atoi - convert string to integer SYNOPSIS #define atoi(str) DESCRIPTION Converts str to an integer. This macro will only exist if config.h defines MUDOS_TYPE_CONV_FUNCS. NOTICE DGD handles typeconverting automatically by casting, rendering these kinds of functions useless. SEE ALSO macros/to_float, macros/to_int, macros/atof