From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19844 invoked from network); 12 Dec 2022 02:18:10 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 12 Dec 2022 02:18:10 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 6955D4242D; Mon, 12 Dec 2022 12:17:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1670811454; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-owner:list-unsubscribe: list-subscribe:list-post; bh=/SRecf+gQKJT83ETq2NR3x+BoTupA9ZVbKzcrLu1DqQ=; b=nA6vw/KAJ2LyV1l1Wz3Pln2MrEaYVqzWgQrrhKqzULCMXNE+vjaY5KwdsZokk9yUUm5zFr wUI+apFLVC8Zu/qsL/IA/+JEj0DNr+Unx3wpNr1YsS7N+INVT5Y/CpwSGrENeES9DJK3RT ZdRx0ehUxkMGi3zGwXxqvFwP7GsyMxI= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 621904242D; Mon, 12 Dec 2022 12:17:31 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1670811451; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/SRecf+gQKJT83ETq2NR3x+BoTupA9ZVbKzcrLu1DqQ=; b=DHQhWj7awlECXNk8FC1kvY3Ov1Rx7bXrl4M1w5geEzadp/EmoEecgVjok2q/zZLnIBr7GY RVoMftLD2JcCrZgZhMQM33xUxUIAufRWmMH4xcFLL6vq3C+X3g43K/umjuGPDLsq1tr18u A3lHoiwX2bp3DCaSy8h9uaqoBEfZXwU= Date: Mon, 12 Dec 2022 12:17:31 +1000 To: tuhs@tuhs.org Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-ID-Hash: ILR5SRVFSE6KR6GYOKSDMIHUPC3DF6JF X-Message-ID-Hash: ILR5SRVFSE6KR6GYOKSDMIHUPC3DF6JF X-MailFrom: wkt@tuhs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Draft 1 of K&R C Book - scan available List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Warren Toomey via TUHS Reply-To: Warren Toomey On Thu, Dec 08, 2022 at 03:39:50PM -0800, Tom Lyon wrote: > I finally got myself a decent scanner, and have scanned my most prized > relic from my summer at Bell Labs - Draft 1 of Kernighan and Ritchie's > "The C Programming Language". Many thanks for the scan, Tom. I've taken a copy and put it in the Unix Archive here: https://www.tuhs.org/Archive/Documentation/Books/ Cheers, Warren