Added prototyping stuff

This commit is contained in:
ceriel
1993-11-10 11:14:28 +00:00
parent abf052244b
commit 11d4fdf6e0
47 changed files with 529 additions and 143 deletions

View File

@@ -6,9 +6,8 @@
/* $Header$ */
#include "flt_misc.h"
#if __STDC__ > 0
void
#endif
flt_modf(e, ipart, fpart)
register flt_arith *e, *ipart, *fpart;
{