
#define strtof(f) ((float)strtod((double)f))
On Tue, Mar 4, 2008 at 1:56 PM, Juergen Schoenwaelder j.schoenwaelder@jacobs-university.de wrote:
On Tue, Mar 04, 2008 at 05:12:42PM +1100, Andrew Hood wrote:
strtof must exist in more recent MSVC versions than the one Yigal is using. It has not caused me any issues with Visual Studio 8.
I really like to avoid adding strtof() and similar functions. Is that possible - Yigal, can you switch to a compiler version that solves this issue or deal with it locally? Is there anybody else who is lacking strtof()?
/js
-- Juergen Schoenwaelder Jacobs University Bremen gGmbH Phone: +49 421 200 3587 Campus Ring 1, 28759 Bremen, Germany Fax: +49 421 200 3103 http://www.jacobs-university.de/
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To unsubscribe or adjust !! your settings, send a mail message to libsmi-request@ibr.cs.tu-bs.de !! or look at https://mail.ibr.cs.tu-bs.de/mailman/listinfo/libsmi.