[DGD] atoi

Felix A. Croes felix at dworkin.nl
Tue Feb 3 17:07:51 CET 2004


"Robert Forshaw" <iouswuoibev at hotmail.com> wrote:

> Does anyone here have a working atoi function in lpc that they can show me? 

    int atoi(string str)
    {
	return (int) str;
    }

Regards,
Dworkin
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list