staden-lg/src/ted/fpoint.h

7 lines
96 B
C

#ifndef _fpoint_h
#define _fpoint_h
extern float int_to_float(int in);
#endif /* _fpoint_h */