Subversion Repositories HelenOS-historic

Rev

Rev 647 | Rev 865 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 697
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __CONVERSION_H__
29
#ifndef __CONVERSION_H__
30
#define __CONVERSION_H__
30
#define __CONVERSION_H__
31
 
31
 
-
 
32
float64 convertFloat32ToFloat64(float32 a);
-
 
33
 
-
 
34
float32 convertFloat64ToFloat32(float64 a);
-
 
35
 
32
#endif
36
#endif
33
 
37