CompuServe Messages

link-missng fcvt,getpid

    09-Aug-93 15:10:51
Fm: Bruce D Franson 71053,3415
To: Mike Markley [MS] 72420,3517
I found it – fcvt etc are redefined in <stdlib.h> to _fcvt – just to keep the uninitiated from writing programs (standards they say…) <g>. So, I needed to include <stdlib.h> and recompile to get it to link correctly. Bruce