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

@@ -217,9 +217,8 @@ add_exponent(e, exp)
if (!status) status = flt_status;
flt_status = status;
}
#if __STDC__ > 0
void
#endif
flt_str2flt(s, e)
register char *s;
register flt_arith *e;
@@ -420,9 +419,8 @@ flt_ecvt(e, decpt, sign)
}
return buf;
}
#if __STDC__ > 0
void
#endif
flt_flt2str(e, buf, bufsize)
flt_arith *e;
char *buf;