NAME to_int - convert value to integer SYNOPSIS #define to_int(val) DESCRIPTION Converts val 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/atoi, macros/atof