On Sun, Jun 09, 2002 at 04:39:47PM +0800, Cameron Patrick wrote: > { > if (list[i] < p) > return 0; whoops, forgot to add p = list[i]; > } > return 1; > } > CP.