interval.h
Go to the documentation of this file.
void addToInterval(Interval *inter, int x)
Change the interval (if needed) to contain a new value.
Definition: interval.c:10
int isIntervalIncludeInAnother(Interval int1, Interval int2)
Is int1 include in int2?
Definition: interval.c:19