#include #include "struct.h" #include "inc.h" struct ostream* inc_ostream( struct ostream* this) { if (this) this->refcount++; return this; }