verify: new macro 'assume'
[gnulib.git] / modules / size_max
1 Description:
2 Provide SIZE_MAX, for cases when the 'stdint' module cannot be used.
3
4 Files:
5 m4/size_max.m4
6 lib/size_max.h
7
8 Depends-on:
9
10 configure.ac:
11 gl_SIZE_MAX
12
13 Makefile.am:
14 lib_SOURCES += size_max.h
15
16 Include:
17 "size_max.h"
18
19 License:
20 LGPLv2+
21
22 Maintainer:
23 Simon Josefsson
24 Bruno Haible