sys_socket tests: Define macros necessary for tests (regr. 2024-07-22).
[gnulib.git] / modules / safe-alloc
blob370b30f625fcfe6b18d6664fd6086a2e0c589565
1 Description:
2 A set of macros to make calls to alloc/calloc/realloc safer.
4 Files:
5 lib/safe-alloc.h
6 lib/safe-alloc.c
7 m4/safe-alloc.m4
9 Depends-on:
10 calloc-gnu
11 extern-inline
12 reallocarray
14 configure.ac:
15 gl_SAFE_ALLOC
17 Makefile.am:
18 lib_SOURCES += safe-alloc.c
20 Include:
21 "safe-alloc.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 David Lutterkort