index
:
faqe
master
A simple quake clone game (WIP)
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ieee754.h
blob: 58f886debbc3d1331f86db98f1bbfa275b6b9eaa (
plain
)
1
2
3
4
5
6
#ifndef IEEE754_H
#define IEEE754_H
float
ieee754f
(
unsigned
long
l
);
#endif
// IEEE754_H