Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson 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: <00297443-2fee-48d4-81a0-9ff6ae6481e4@gmail.com> <87msoh5uh6.fsf@nosuchdomain.example.com> <87y18047jk.fsf@nosuchdomain.example.com> <87msoe1xxo.fsf@nosuchdomain.example.com> <87ikz11osy.fsf@nosuchdomain.example.com> <20240526161832.000012a6@yahoo.com> <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 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 > #include > #include [...] 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 */