My Project
Main Page
Related Pages
Files
File List
Globals
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
iFloat.h
Defines interface of iFloat.c functions (do not modify)
toiFloat
iFloat_t toiFloat(const char *str)
fromiFloat
float fromiFloat(iFloat_t x)
Generated by
1.8.11