/* * Dummy routine for use with floating point stuff ... */ #include DOUBLE atof(); DOUBLE _atof(buf) BYTE *buf; { return(atof(buf)); }