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
[...]

Wednesday, August 26th, 2009 at 02:04 | Comments Off
Categories: A
TOP