1 2 3 4 5 6 7 8 9
#ifndef RTTICKET_H #define RTTICKET_H struct rt_ticketlist { unsigned int length; char *tickets[]; }; #endif // RTTICKET_H