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,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18414 invoked from network); 20 Aug 2023 12:05:30 -0000 Received: from tb-ob20.topicbox.com (173.228.157.66) by inbox.vuxu.org with ESMTPUTF8; 20 Aug 2023 12:05:30 -0000 Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob20.topicbox.com (Postfix) with ESMTP id 9A5D83618C for ; Sun, 20 Aug 2023 08:05:27 -0400 (EDT) (envelope-from bounce.mMe54e289c46e8d4a3f30e66dc.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id 46F1C16BB147; Sun, 20 Aug 2023 08:05:27 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=to :message-id:references:in-reply-to:date:mime-version :content-type:content-transfer-encoding:list-help:list-id :list-post:list-subscribe:reply-to:subject:from :list-unsubscribe; s=dkim-1; t=1692533127; x=1692619527; bh=E+Mo 7nxe75SWjvNld1/FWq3bzXr1Lzvrh8VBn+UpjQs=; b=hiMWhCZzrYcgfhZ6MDWH YdQT6gSR6yy4u1KFe+Va1wBgKVK9q9be0MPyjnf9K0STQ/8jXW9OvVD1wfZ2Gk7C Hq2GQNpjFBbFIZfLQPW3uldJI6SJYKDoipy/PB50LNTGTPOStCp8ZJ7PGOrundUq MApW0b54ZvAL8xLdhD5k9zo= To: 9fans <9fans@9fans.net> Message-Id: <16925331210.4EBa6.779283@composer.9fans.topicbox.com> References: <16925256420.2CAEa1.581760@composer.9fans.topicbox.com> In-Reply-To: <16925256420.2CAEa1.581760@composer.9fans.topicbox.com> Date: Sun, 20 Aug 2023 08:05:21 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=16925331211.d9128EE37.779283 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: d68131dc-3f51-11ee-b22c-e19d232d11b0 Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UY2I2NjYzNjdmN2VjM2FmNS1NZTU0ZTI4OWM0NmU4ZDRhM2YzMGU2?= =?UTF-8?B?NmRjPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] Re: Learning C the hard way From: "adr via 9fans" <9fans@9fans.net> List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:Me54e289c46e8d4a3f30e66dc:1:ZrEAH3RLm2l1J7T27Lfp1ZrUfU_z6E9KbJ1wuQ8_th4 --16925331211.d9128EE37.779283 Date: Sun, 20 Aug 2023 08:05:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, plan6? Your newlines are feeding the next getchar. You don't want to read chars, y= ou want to read strings. Read the documentation, don't use stdio.h, explore the 9 way... Regards, adr ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tcb666367f7ec3af5-Me54e2= 89c46e8d4a3f30e66dc Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16925331211.d9128EE37.779283 Date: Sun, 20 Aug 2023 08:05:21 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi, plan6?

Yo= ur newlines are feeding the next getchar. You don't want to read chars,= you want to read strings.
Read the documentation, don'= t use stdio.h, explore the 9 way...

Regard= s,
adr
= --16925331211.d9128EE37.779283--