Go to the documentation of this file.
16 using namespace wibble::sys;
38 cout <<
"antani" << endl;
49 int r = read(fd, &c, 1);
67 pid_t pid = child.
fork();
76 int res = child.
wait();
79 #pragma GCC diagnostic push
80 #pragma GCC diagnostic ignored "-Wold-style-cast"
83 #pragma GCC diagnostic pop
108 child.
args.push_back(
"antani");
145 write(in,
"hello\n", 6);