Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87le3wyxcl.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<87le3wyxcl.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: C23 thoughts and opinions
Date: Sun, 26 May 2024 16:20:10 -0700
Organization: None to speak of
Lines: 21
Message-ID: <87le3wyxcl.fsf@nosuchdomain.example.com>
References: <v2l828$18v7f$1@dont-email.me>
	<00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com>
	<v2lji1$1bbcp$1@dont-email.me>
	<87msoh5uh6.fsf@nosuchdomain.example.com>
	<f08d2c9f-5c2e-495d-b0bd-3f71bd301432@gmail.com>
	<v2nbp4$1o9h6$1@dont-email.me> <v2ng4n$1p3o2$1@dont-email.me>
	<87y18047jk.fsf@nosuchdomain.example.com>
	<87msoe1xxo.fsf@nosuchdomain.example.com>
	<v2sh19$2rle2$2@dont-email.me>
	<87ikz11osy.fsf@nosuchdomain.example.com>
	<v2v59g$3cr0f$1@dont-email.me> <v2v7ni$3d70v$1@dont-email.me>
	<20240526161832.000012a6@yahoo.com> <v2vka0$3f4a2$1@dont-email.me>
	<20240526193549.000031a8@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 27 May 2024 01:20:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a446b217e538d5d14d4fc3ccaf9433bd";
	logging-data="3858400"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19Zk/pCz12esq0cifyxu3BB"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Cancel-Lock: sha1:hI3MQKr2W1UchCzuNv8F+4h3bvY=
	sha1:PiPpUYuDaZwEIABFtQU0fHn9cy4=
Bytes: 2141

Michael S <already5chosen@yahoo.com> writes:
[...]
> If you want to play with it yourself, here is my source:
>
> -- list_to_bin.c
> -- takes textual input from standard input
> -- writes output to binary file
> -- Usage:
> -- list_to_bin oufile.bin < inp_file.txt
> --
> #include <stdio.h>
> #include <stdlib.h>
> #include <ctype.h>
[...]

FYI, my newsreader interpreted everything following the "-- " line as a
signature.  (It displayed it in italics, which isn't much of a problem.)

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */