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