1 line
58 B
C
1 line
58 B
C
#define list_less_or_eq(a,b,c,d) (list_cmp(a,b,c,d) != 1)
|
#define list_less_or_eq(a,b,c,d) (list_cmp(a,b,c,d) != 1)
|