54#ifndef YAC_CODE_COVERAGE_TEST
55#define TEST_POINTER(SIZE) \
59 symprefix(abort_message)(strerror(errno), source, line);
61#define TEST_POINTER(SIZE)
67 void *p = calloc(nmemb, size);
76 void *p = malloc(size);
87 p = realloc(ptr, size);
add versions of standard API functions not returning on error
#define xrealloc(ptr, size)
#define xcalloc(nmemb, size)
Define library-specific symbol prefix macros.
#define symprefix(symbol)
#define TEST_POINTER(SIZE)