[plug] qsort

Cameron Patrick cp at chem.com.au
Sun Jun 9 16:43:24 WST 2002


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.



More information about the plug mailing list