#ifndef TYPES_H #define TYPES_H typedef struct { char* data; int len; } PascalString; #endif