range
range(int a, int b, char *separator)
range(long a, int b)
struct range {int from, to; };
typedef struct range {
struct range {