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