C structs 

typedef struct
{
    int min;
    int max;
} Range;
struct.png