I have this definitions
typedef char string[24]; typedef struct Person { string rut; string name; int age; int date; string region; s