Tuplas em c
typedef struct {
char strVal[21];
int intVal;
} tTuple;
Helpless Hyena
typedef struct {
char strVal[21];
int intVal;
} tTuple;