ack/mach/proto/fp/zrf4.c
1988-04-07 10:57:49 +00:00

11 lines
82 B
C

/*
return a zero float
*/
#include "FP_types.h"
zrf4(l)
long *l;
{
*l = 0L;
}