Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!amdcad!amd!eager From: eager@amd.UUCP Newsgroups: comp.lang.c Subject: Re: sorting (qsort) Message-ID: <4679@amd.AMD.COM> Date: Tue, 17-Nov-87 05:22:09 EST Article-I.D.: amd.4679 Posted: Tue Nov 17 05:22:09 1987 Date-Received: Thu, 19-Nov-87 04:36:30 EST References: <187@cresswell.quintus.UUCP> <6684@brl-smoke.ARPA> Reply-To: eager@amd.UUCP (mike eager) Organization: Eager Consulting Lines: 8 Keywords: sorting library In article <6684@brl-smoke.ARPA> gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) writes: >Note that neither ANSI C nor POSIX is requiring qsort(), bsearch(), The ANSI Draft Proposed Standard does require the General Utilities library to include qsort() and bsearch(). See section 4.10.5.1 (for bsearch) and 4.10.5.2 (for qsort). -- Mike Eager