1: 2: 3: 4: 5: 6: 7:
typedef struct { int numItems; char* schema; char* qual; char* fields[1]; } PTS_STRUCT;