#include "config.h" #include #include "string.h" struct String { char *bytes; size_t length; };