#include "gc.h" #include "fstream.h" int main() { ofstream *sout = ofstream_stdout(); ifstream *sin = ifstream_stdin(); sout | "Bonjour au monde!\n"; }