verify: new macro 'assume'
[gnulib.git] / modules / realloc
1 Description:
2 realloc() function that is glibc compatible.
3
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
8
9 Status:
10 deprecated
11
12 Notice:
13 This module is deprecated. Use the module 'realloc-gnu' instead.
14
15 Files:
16
17 Depends-on:
18 realloc-gnu
19
20 configure.ac:
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Jim Meyering