aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Util.h')
-rw-r--r--include/BH/Util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/BH/Util.h b/include/BH/Util.h
index 1b1c53f..d88e47a 100644
--- a/include/BH/Util.h
+++ b/include/BH/Util.h
@@ -105,7 +105,6 @@ uint32_t BH_Read32BEu(const char *buffer);
int32_t BH_Read32BEs(const char *buffer);
-
/**
* Reads 64-bit unsigned integer from the \a buffer in big-endian format.
*
@@ -136,7 +135,6 @@ void BH_Write16LEu(char *buffer,
uint16_t value);
-
/**
* Writes 16-bit signed integer to the \a buffer in little-endian format.
*
@@ -177,7 +175,6 @@ void BH_Write64LEu(char *buffer,
uint64_t value);
-
/**
* Writes 64-bit signed integer to the \a buffer in little-endian format.
*
@@ -208,7 +205,6 @@ void BH_Write16BEs(char *buffer,
int16_t value);
-
/**
* Writes 32-bit unsigned integer to the \a buffer in big-endian format.
*