#include #include "struct.h" #include "free.h" void free_string( struct string* this) { if (this && !--this->refcount) { TODO; } }