#include #include "struct.h" #include "inc.h" struct stringtree* inc_stringtree( struct stringtree* this) { ENTER; if (this) this->refcount++; EXIT; return this; }