My Project
convert.h
Go to the documentation of this file.
1 #ifndef __CONVERT_H__
2 #define __CONVERT_H__
3 
4 #include "iFloat.h"
5 
19 iFloat_t toiFloat (const char* str);
20 
25 float fromiFloat (iFloat_t x);
26 
27 #endif
Defines interface of iFloat.c functions (do not modify)
iFloat_t toiFloat(const char *str)
float fromiFloat(iFloat_t x)