OS/LINUX

LINUX debugging

꼬져스 2010. 8. 27. 16:46
반응형

#include <errno.h>

perror( "check" );

printf("Error message: %s\n", strerror(errno) );