Uninitialized vector entry?
[minix3.git] / lib / float / zrf4.c
bloba913e813d497fd58711fe839d162f82319c32e38
1 /*
2 (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 See the copyright notice in the ACK home directory, in the file "Copyright".
4 */
6 /* $Header$ */
8 /*
9 return a zero float (ZRF 4)
12 #include "FP_types.h"
14 void
15 zrf4(l)
16 SINGLE *l;
18 *l = 0L;