STDERR
close(STDERR); dup2(STDOUT, STDERR);
close(STDERR); open(_PATH_DEVNULL, 2);
write(STDERR, msg, strlen(msg));