diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-25 15:52:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-25 15:52:18 +0000 |
commit | 00c9cb1b22cc17c4db573e0e613a5f116ff0092e (patch) | |
tree | 53178b2c52c6e97c6193f73378f3c5e5a781a914 /src/headers/ulong-32 | |
parent | 2746b131aa482ac17c94bc6b82e58dbcc1b752cf (diff) | |
download | skalibs-00c9cb1b22cc17c4db573e0e613a5f116ff0092e.tar.xz |
More work on the types. This commit builds but has errors.
Rework src/headers entirely: build skalibs/types.h
Convert skalibs/fmtscan.h types.
Propagate changes until it builds.
There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.
Diffstat (limited to 'src/headers/ulong-32')
-rw-r--r-- | src/headers/ulong-32 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/headers/ulong-32 b/src/headers/ulong-32 deleted file mode 100644 index b1b3326..0000000 --- a/src/headers/ulong-32 +++ /dev/null @@ -1,32 +0,0 @@ -#include <skalibs/uint32.h> - -#define ULONG_PACK 4 -#define ulong_pack uint32_pack -#define ulong_pack_big uint32_pack_big -#define ulong_unpack(s, u) uint32_unpack(s, (uint32 *)(char *)(u)) -#define ulong_unpack_big(s, u) uint32_unpack_big(s, (uint32 *)(char *)(u)) - -#define ulong_reverse uint32_reverse -#define ulong_big_endian uint32_big_endian -#define ulong_little_endian uint32_little_endian - -#define ULONG_FMT UINT32_FMT -#define ULONG_OFMT UINT32_OFMT -#define ULONG_XFMT UINT32_XFMT -#define ULONG_BFMT UINT32_BFMT - -#define ulong_fmt uint32_fmt -#define ulong0_fmt uint320_fmt -#define ulong_ofmt uint32_ofmt -#define ulong0_ofmt uint320_ofmt -#define ulong_xfmt uint32_xfmt -#define ulong0_xfmt uint320_xfmt -#define ulong_bfmt uint32_bfmt -#define ulong0_bfmt uint320_bfmt - -#define ulong_fmtlist(s, tab, n) uint32_fmtlist(s, tab, n) - -#define ulong_scan_base(s, u, b) uint32_scan_base(s, (uint32 *)(char *)(u), b) -#define ulong0_scan_base(s, u, b) uint320_scan_base(s, (uint32 *)(char *)(u), b) - -#define ulong_scanlist(tab, max, s, num) uint32_scanlist(tab, max, s, num) |