.hy 0 .ad l .br No Medium Found, 1.3
Prev, Top Notes, Next

Errors Messages as Finesse

$ ./stupid
can't open file                        
$
  int fd = open("some/file", O_RDONLY);
if (fd < 0)
{
    fprintf(stderr, "can't open file\en");
    exit(1);
}