diff options
Diffstat (limited to 'include/BH/Util.h')
| -rw-r--r-- | include/BH/Util.h | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/include/BH/Util.h b/include/BH/Util.h index 4ec4b68..48e008b 100644 --- a/include/BH/Util.h +++ b/include/BH/Util.h @@ -12,116 +12,91 @@ #define BH_FP_NEGATIVE 0x0020 - int BH_ClassifyDouble(double value); - uint16_t BH_Read16LEu(const char *buffer); - int16_t BH_Read16LEs(const char *buffer); - uint32_t BH_Read32LEu(const char *buffer); - int32_t BH_Read32LEs(const char *buffer); - uint64_t BH_Read64LEu(const char *buffer); - int64_t BH_Read64LEs(const char *buffer); - uint16_t BH_Read16BEu(const char *buffer); - int16_t BH_Read16BEs(const char *buffer); - uint32_t BH_Read32BEu(const char *buffer); - int32_t BH_Read32BEs(const char *buffer); - uint64_t BH_Read64BEu(const char *buffer); - int64_t BH_Read64BEs(const char *buffer); - void BH_Write16LEu(char *buffer, uint16_t value); - void BH_Write16LEs(char *buffer, int16_t value); - void BH_Write32LEu(char *buffer, uint32_t value); - void BH_Write32LEs(char *buffer, int32_t value); - void BH_Write64LEu(char *buffer, uint64_t value); - void BH_Write64LEs(char *buffer, int64_t value); - void BH_Write16BEu(char *buffer, uint16_t value); - void BH_Write16BEs(char *buffer, int16_t value); - void BH_Write32BEu(char *buffer, uint32_t value); - void BH_Write32BEs(char *buffer, int32_t value); - void BH_Write64BEu(char *buffer, uint64_t value); - void BH_Write64BEs(char *buffer, int64_t value); -#endif /* BH_UTIL_H */
\ No newline at end of file +#endif /* BH_UTIL_H */ |
