@@ -0,0 +1,9 @@
#ifndef TYPES_H
#define TYPES_H
typedef struct {
char* data;
int len;
} PascalString;
#endif
The note is not visible to the blocked user.