#include #include "struct.h" #include "print.h" void string_print( struct string* this) { fwrite(this->data, 1, this->len, stdout); }