int Min_rec (char **list, int x, int size, int nsam) { /* Calculate min # rec. events */ int a, b, c, e, gtest, flag = 0; if (size<2 || x >= (size-1)) return (0); for (a=x+1; a