Posts Tagged ‘assert_perror’
assert_perror – test errnum and abort
USAGE
#define _GNU_SOURCE
#include <assert.h>
void assert_perror(int errnum);
DESCRIPTION
If the macro NDEBUG was defined at the moment was last
[...]
Categories: A
