summaryrefslogtreecommitdiff
path: root/src/headers/bits-template
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-18 16:13:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-18 16:13:24 +0000
commit45923c08b00ccdfd888caf6d2b555a137c563988 (patch)
tree5dc167cf4b8e3ff372f59ca9fb6ba0940387c83c /src/headers/bits-template
parent62a04cdd0b6811c07bbafae37fe906a36fa800b1 (diff)
downloadskalibs-45923c08b00ccdfd888caf6d2b555a137c563988.tar.xz
Better packing / unpacking code
Godbolted for x86_64 with gcc and clang.
Diffstat (limited to 'src/headers/bits-template')
-rw-r--r--src/headers/bits-template1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/headers/bits-template b/src/headers/bits-template
index 4b43de2..b09036b 100644
--- a/src/headers/bits-template
+++ b/src/headers/bits-template
@@ -3,6 +3,7 @@ extern void uint@BITS@_pack_big (char *, uint@BITS@_t) ;
extern void uint@BITS@_unpack (char const *, uint@BITS@_t *) ;
extern void uint@BITS@_unpack_big (char const *, uint@BITS@_t *) ;
extern void uint@BITS@_reverse (char *, size_t) ;
+extern uint@BITS@_t uint@BITS@_bswap (uint@BITS@_t) ;
#define UINT@BITS@_FMT @DFMT@
#define UINT@BITS@_OFMT @OFMT@