i write quality error messages
@m455 i mean, it tells me right where to go to look for the problem, which is more than i can say for some error messages i see at work...
@m455 if(fd < 0) { /* Better handle my errors! */ write(2, "Segmentation fault\n", 19); exit(11); }