Should I convert FORTRAN code to C?

Wayne A. Christopher faustus at ic.Berkeley.EDU
Thu Jun 16 07:35:28 AEST 1988


The best reason NOT to allow a compiler to expand standard functions in-line
is that you can't substitute your own to fix a bug in the standard version.
I've had to do this a number of times with bug-prone functions like floor()
(too many versions round towards zero instead of down).

	Wayne



More information about the Comp.lang.c mailing list