string-desc: Fix undefined behaviour.
[gnulib.git] / modules / u64
blob1be7420bda0e9839bfbed6f370c914c7bc071b23
1 Description:
2 uint64_t-like operations that work even on hosts lacking uint64_t
4 Files:
5 lib/u64.h
6 lib/u64.c
8 Depends-on:
9 byteswap
10 extern-inline
11 stdbool
12 stdint
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += u64.c
19 Include:
20 "u64.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Paul Eggert