repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
pc532
/
gen
/
infinity.c
blob
801df37ed3620192871651aa51e5cb20f727c82e
1
#ifndef lint
2
static char
rcsid
[] =
"$Id: infinity.c,v 1.1 1993/09/17 18:43:46 phil Exp $"
;
3
#endif
/* not lint */
4
5
/* infinity.c */
6
7
#include <math.h>
8
9
/* bytes for +Infinity on a ns32k */
10
char
__infinity
[] = {
0x7f
,
0xf0
,
0
,
0
,
0
,
0
,
0
,
0
};