not_null
(void)not_null(NULL);
return not_null(malloc(s));
return not_null(calloc(n, s));
return not_null(realloc(p, s));
return not_null(strdup(s));