diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-06-21 22:22:04 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-06-21 22:22:04 +0300 |
| commit | 6ff689696949aeac13fe7059a30e4fb999c876e0 (patch) | |
| tree | 1c630782fa5a32d4c8f1fd36ef404efd1ca61004 /include/BH/Util.h | |
| parent | 6e643403b4ba6232497119e1f0829a7027c36a39 (diff) | |
| download | bhlib-6ff689696949aeac13fe7059a30e4fb999c876e0.tar.gz | |
Remove extra newlines
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 */ |
