Go to the documentation of this file.
12 #ifndef SUPPRESSOUTPUT_H
13 #define SUPPRESSOUTPUT_H
15 #ifndef _GLIBCXX_CSTDIO
36 if (stdout != devnull) {
43 if (stdout == devnull) {
51 devnull(fopen(
"/dev/null",
"w")),
64 #error SuppressOutput.h included twice
65 #endif // SUPPRESSOUTPUT_H