Go to the documentation of this file.
13 using namespace wibble;
14 using namespace wibble::stream;
16 struct TestStreamPosix {
19 #ifdef POSIX // no /dev/null otherwise
20 int fd = open(
"/dev/null", O_WRONLY);
void Test
Definition: test.h:178
#define assert(x)
Definition: test.h:30