convert.h
Go to the documentation of this file.
1 #ifndef __CONVERT_H__
2 #define __CONVERT_H__
3 
20 unsigned int toiFloat (const char* str, int width);
21 
27 float fromiFloat (unsigned int x, int width);
28 
29 #endif
unsigned int toiFloat(const char *str, int width)
float fromiFloat(unsigned int x, int width)