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
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
ansi
/
ext_fmt.h
blob
e8a5db1b8e9ae21d510dc32364641e3d86fbc78d
1
struct
mantissa
{
2
unsigned long
h_32
;
3
unsigned long
l_32
;
4
};
5
6
struct
EXTEND
{
7
short
sign
;
8
short
exp
;
9
struct
mantissa mantissa
;
10
#define m1 mantissa.h_32
11
#define m2 mantissa.l_32
12
};
13