repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Uninitialized vector entry?
[minix3.git]
/
lib
/
float
/
zrf4.c
blob
a913e813d497fd58711fe839d162f82319c32e38
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
*/
5
6
/* $Header$ */
7
8
/*
9
return a zero float (ZRF 4)
10
*/
11
12
#include
"FP_types.h"
13
14
void
15
zrf4
(
l
)
16
SINGLE
*
l
;
17
{
18
*
l
=
0L
;
19
}