4.1cBSD/usr/src/ucb/dbx/test/float.c
Compare this file to the similar file:
24: 4.4BSD/usr/src/old/dbx/tests/cc/float.c
24: 4.3BSD-Reno/src/pgrm/dbx/tests/cc/float.c
24: 4.3BSD-Tahoe/usr/src/lib/old_compiler/dbx/tests/cc/float.c
24: 4.3BSD-Tahoe/usr/src/ucb/dbx/tests/cc/float.c
24: 4.3BSD/usr/src/ucb/dbx/tests/cc/float.c
Show the results in this format:
double f(x) double x; { return 3.14*x; } main() { double x; x = f(3.0); }