Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site cad.UUCP Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!cad!faustus From: faustus@cad.UUCP (Wayne A. Christopher) Newsgroups: net.lang.c Subject: Re: C Builtin Funxions Message-ID: <170@cad.UUCP> Date: Mon, 14-Apr-86 21:19:19 EST Article-I.D.: cad.170 Posted: Mon Apr 14 21:19:19 1986 Date-Received: Wed, 16-Apr-86 04:15:45 EST References: <2564@brl-smoke.ARPA> Organization: U. C. Berkeley CAD Group Lines: 8 In article <2564@brl-smoke.ARPA>, rbj@icst-cmr.ARPA (root) writes: > Some of us know what we're doing. One sees lots of redefinitions of > things like `putc' in {VM,}UNIX code. It is often desirable to use > high level funxions (printf) while hacking up a lower level one. Of course, you realize that redefining putc will have no effect on printf... Wayne