Tuples en c

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