Uninitialized vector entry?
[minix3.git] / lib / float / zrf_ext.c
blob8f5878989ca7f4d918e7a8841ee3f8fc1da97db4
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 ZERO and return EXTEND FORMAT FLOAT
12 #include "FP_types.h"
14 void
15 zrf_ext(e)
16 EXTEND *e;
18 e->m1 = 0;
19 e->m2 = 0;
20 e->exp = 0;
21 e->sign = 0;