index
:
scilab2c/.git
master
Tool capable to translate Scilab code into C code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
elementaryFunctions
/
float
/
u8floats.c
blob: f2b4c26106cb960e0b44e78fdf160596486c10b6 (
plain
)
1
2
3
4
5
#include "float.h" float u8floats(uint8 x) { return (float) x; }