@@ -6,4 +6,9 @@ typedef struct {
int len;
} PascalString;
typedef struct {
PascalString* data;
} PascalStringArray;
#endif
The note is not visible to the blocked user.