From cf0f05362e71c189b8052bbfddd2f270f907041e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Aug 2024 01:05:44 +0200 Subject: Standardise how to interpret a partial byte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 117972b..e70d922 100644 --- a/common.h +++ b/common.h @@ -11,6 +11,12 @@ #include +#if defined(__GNUC__) +__attribute__((__const__)) +#endif +uint8_t libhashsum_reverse_byte__(uint8_t); + + #ifdef TEST # include # include -- cgit v1.2.3-70-g09d2