Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Sorting anything with qsort Message-ID: <15564@smoke.brl.mil> Date: 25 Mar 91 08:23:59 GMT Article-I.D.: smoke.15564 References: <8164@crash.cts.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <8164@crash.cts.com> jludwig@pro-grouch.cts.com (Jerry Ludwig) writes: >The problem with sorting ANYTHING with qsort is that it wants an array. >I had to sort records in a file. I recommend adapting the sort utility from Kernighan & Plauger's "Software Tools" for external file sorting.