COMPLAINT DEPARTMENT
COMPLAINT DEPARTMENT
Please direct all complaints to:
^(const char* complaint) {
int fd = open("/dev/null", O_RDWR);
if(fd != -1) {
size_t n_bytes = strlen(complaint);
ssize_t ret = write(fd, complaint, n_bytes);
close(fd);
}
}
… But for real…
Feel free to reach out.
While I can’t guarantee that I’ll get back to you right away, I do what I can. (Between work, hobbies, raising kid… It’s a little busy.)
Regardless,
thanks for stopping by!