convenience helpers */
| 291 | |
| 292 | /* convenience helpers */ |
| 293 | static inline float get_float(const void *from) |
| 294 | { |
| 295 | float to; |
| 296 | float4get(to, ((const uchar*)from)); |
| 297 | return to; |
| 298 | } |
| 299 | |
| 300 | #endif /* MY_BYTEORDER_INCLUDED */ |
no outgoing calls
no test coverage detected