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