lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Jose Marin wrote:
Hi, Sam.

I couldn't find the strtof function!
strtod it's on stdlib.h, but I haven't found strtof
anywhere!

strtod is defined by ANSI C, strtof at first by the C99 standard. So maybe your stdlib.h is not C99 compatible?

-- Andi