Subversion Repositories HelenOS-historic

Rev

Rev 1657 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1657 Rev 1740
Line 69... Line 69...
69
#define ulong_to_float64(X) uint32_to_float64(X);
69
#define ulong_to_float64(X) uint32_to_float64(X);
70
#define ulonglong_to_float64(X) uint64_to_float64(X);
70
#define ulonglong_to_float64(X) uint64_to_float64(X);
71
 
71
 
72
#endif
72
#endif
73
 
73
 
74
 
-
 
75
 /** @}
74
/** @}
76
 */
75
 */
77
 
-