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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6500 invoked from network); 8 Dec 2022 23:41:12 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 8 Dec 2022 23:41:12 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id DEDBA4236C; Fri, 9 Dec 2022 09:41:06 +1000 (AEST) Received: from mail-vk1-f174.google.com (mail-vk1-f174.google.com [209.85.221.174]) by minnie.tuhs.org (Postfix) with ESMTPS id 0EDF142368 for ; Fri, 9 Dec 2022 09:41:03 +1000 (AEST) Received: by mail-vk1-f174.google.com with SMTP id g137so1370668vke.10 for ; Thu, 08 Dec 2022 15:41:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=4vLUyQetDGKoaHPqsvPaJqVucC6IUW6csl5pQvQawe4=; b=e0xCEywa8zEk9jxIUtZfukNHsCCkcOP0qU7jHHqDsLt7tIxfgYvtJhfB0pHBIf5T4C Q934enN5VHL5s8nMz2DBVQ1ErEP3TeRfO2HVpLF56dtpY5+IjY4GTRnOtTjDWjt3eO1t jAuOXFMduJA3enRTU0vgNfBKKFnbMGnZG7C6FYF4JLevbKcKHeWnrZh2HLoMJKy65PXf LxDNxCeYbBfOo8JpZlq9yn7gDG4CPqFshN27YQbhMg67XHzcNmzwt18zK/btJ7AS5wOt 3PqIVZ5cr1gk5baSc1N1YwCDDQnN0xoUdyORvBEO/kiojbJe7wrxyGlSDj/gOillvLO7 lSHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=4vLUyQetDGKoaHPqsvPaJqVucC6IUW6csl5pQvQawe4=; b=OYiHh72FKLhc7dE5nzWYITteM60tBRKEUeigEuLnUHYnsg9IHmzIjuRuAxRAWqmEbn 4hONdmQu4iEdDaVIme9hdaPPVr1s3aSgELwTyjvS5SUSET2GnTV9m7KOHsbiCk+abkJb cHV3g9U7ihbI3AaZlZs5sUf7cND1/Id5+ft1SgRfCNbZdztiLMLYern+Af+TFXmtwleS tmG7bsqQD97+kY3+a0+HaGUhhfFilm0qAWYK3Cg6kvnFVAux4GUGrO4EXT487yxNDviw +SBIuECRd8I/hiBVAIBF3jHzcaHIsBtwICXS4tukKr5Q9Yya7hshyHhImtug7CQSbVXy mbRw== X-Gm-Message-State: ANoB5pne2rm6loD7RPTlc0Ui0O1Ufq1dDajdvod3Ae14dhdvpYeGfFR2 ogW2ZMeeqcQyANI13lFiOBN0pHZpHkoDEY+/fWCuIaaPqvo= X-Google-Smtp-Source: AA0mqf4KE+gvf3majwEVdObfnTfGV0StfDu9G6rrXqblXFI6/PgpqbrrbparGD1UEbeezyVoHQ93vGyTKkyEhfDyeuY= X-Received: by 2002:a05:6122:2186:b0:3bc:22fe:396c with SMTP id j6-20020a056122218600b003bc22fe396cmr48403362vkd.11.1670542801701; Thu, 08 Dec 2022 15:40:01 -0800 (PST) MIME-Version: 1.0 From: Tom Lyon Date: Thu, 8 Dec 2022 15:39:50 -0800 Message-ID: To: tuhs@tuhs.org Content-Type: multipart/alternative; boundary="0000000000004710fa05ef598eeb" Message-ID-Hash: 2CTNUHKYKF3WAZ4PAA2MGWIDCBIKVUEY X-Message-ID-Hash: 2CTNUHKYKF3WAZ4PAA2MGWIDCBIKVUEY X-MailFrom: pugs78@gmail.com 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] 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: --0000000000004710fa05ef598eeb Content-Type: text/plain; charset="UTF-8" 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". It's early enough that there are no tables of contents or index; of particular note is that "chapter 8" is a "C Reference Manual" by Dennis dated May 1, 1977. This dates from approx July 1977; it has my name on the cover and various scribbles pointing out typos throughout. Enjoy! https://drive.google.com/drive/folders/1OvgKikM8vpZGxNzCjt4BM1ggBX0dlr-y?usp=sharing p.s. I used a Fujitsu FI-8170 scanner, VueScan on Ubuntu, and pdftk-java to merge front and back pages. --0000000000004710fa05ef598eeb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 R= itchie's "The C Programming Language".

It&= #39;s early enough that there are no tables=C2=A0of contents or index; of p= articular note is that "chapter 8" is a "C Reference Manual&= quot; by Dennis dated May 1, 1977.

This dates from= approx July 1977; it has my name on the cover and various scribbles pointi= ng out typos throughout.

Enjoy!=C2=A0
https://drive.google= .com/drive/folders/1OvgKikM8vpZGxNzCjt4BM1ggBX0dlr-y?usp=3Dsharing

p.s.=C2=A0 I used a Fujitsu FI-8170 scanner, VueScan o= n Ubuntu, and pdftk-java to merge front and back pages.
--0000000000004710fa05ef598eeb--