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