A
Albert
Richard Heathfield wrote:
static int selectchild(int idx)
<snip>
I can't submit more than one source file, therefore I don't find
static helpful.
static int group_gt(Group a, Group b)
{
if (a.length > b.length) return 1;
if (a.length < b.length) return 0;
return (a.fseat < b.fseat);
}
Sorry - what does gt mean?