Files
nDPId/example
goriy 2d185aa465 tiny realloc function wrapper which handles cases of realloc failures
Memory reallocation with old data pointer handling is done by means
of realloc_it() function.

Tiny inline function realloc_it() is a wrapper function for standart
realloc() which frees old memory pointer and prints errno to stderr
if realloc fails.
2015-10-25 23:28:19 +03:00
..