Re: [Tinyos-help] qsort() function

2006-09-14 Thread Ole Bischoff
OTECTED]> To: "Sumit Gupta" <[EMAIL PROTECTED]> Cc: Sent: Thursday, September 14, 2006 7:55 AM Subject: Re: [Tinyos-help] qsort() function It's usually part of the standard 'C' library. Unfortunately I don't know which lib gets linked with mote programs

Re: [Tinyos-help] qsort() function

2006-09-13 Thread Michael Schippling
It's usually part of the standard 'C' library. Unfortunately I don't know which lib gets linked with mote programs. Probably something from GCC. If you just want to see how it works you can probably google some source. MS Sumit Gupta wrote: Hi, I would like to see the body of this function whic

[Tinyos-help] qsort() function

2006-09-13 Thread Sumit Gupta
Hi, I would like to see the body of this function which perfoms quick sorting on arrays. I have searched the whole tinyos tree using grep/find but couldnot find it. Can anyone forward me any link or tell me the name of file where I should look at. Regards, Sumit