Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!qantel!lll-lcc!lll-crg!seismo!brl-sem!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: WHAT DOES NARGS() DO? Message-ID: <289@brl-smoke.ARPA> Date: Fri, 25-Apr-86 14:49:01 EDT Article-I.D.: brl-smok.289 Posted: Fri Apr 25 14:49:01 1986 Date-Received: Tue, 6-May-86 04:34:22 EDT Sender: news@brl-smoke.ARPA Lines: 6 nargs() was suppressed about the time of 7th Edition UNIX (1978) and should not be used for anything these days. It returned the actual argument count, for use in functions taking a variable number of arguments. If nargs() had to be supported, it would have an impact on the run-time architecture; many ofthose now in use simply cannot support nargs().