Initial revision

This commit is contained in:
ceriel
1988-04-07 10:57:49 +00:00
parent 7d0c65d36c
commit 02db8317da
50 changed files with 2504 additions and 0 deletions

11
mach/proto/fp/zrf4.c Normal file
View File

@@ -0,0 +1,11 @@
/*
return a zero float
*/
#include "FP_types.h"
zrf4(l)
long *l;
{
*l = 0L;
}