Yet another bug in TURBO C 2.0

Bob Stout Bob.Stout at p6.f506.n106.z1.fidonet.org
Fri Apr 6 00:27:00 AEST 1990


  One of the known bugs in TC 2.0 is that linking in printf() or scanf() or  
any of their variants will not necessarily cause the FP code to be linked in.  
The simplest solution is to include some dummy mathematical operation such as  
`x *= 1.0;' in your code which will cause the FP routines to be referenced. 



More information about the Comp.lang.c mailing list