Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c,comp.unix.programmer Subject: Re: Experimental C Build System Date: Fri, 09 Feb 2024 10:34:35 -0800 Organization: None to speak of Lines: 19 Message-ID: <877cjdebb8.fsf@nosuchdomain.example.com> References: <20240205101236.81@kylheku.com> <874jektfn0.fsf@bsb.me.uk> <87ttmkrxdv.fsf@bsb.me.uk> <877cjfrx0p.fsf@bsb.me.uk> <871q9msxxd.fsf@bsb.me.uk> <87jzneqwqg.fsf@bsb.me.uk> <20240209084620.832@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="639f38d912c33920e0e5a36e0f09675f"; logging-data="2893543"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+yrWP9Q54Wc3wh0zEj3tmn" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:qePViAWYQ/HF+Ohe2DsEID8k02Y= sha1:R0WFHYWasjMeKouwa7R17hj4kgE= Xref: csiph.com comp.lang.c:382219 comp.unix.programmer:15413 bart writes: > On 09/02/2024 17:13, Kaz Kylheku wrote: [...] >> Modern Windows now even has the equivalent of a C library: the UCRT >> (universal C run time), a public library, okay to use by applications, >> which has your malloc, printf and all that. > > It's called now MSVCRT.DLL. I've used that since the 90s, simply > because it was simpler than WinAPI. I was only vaguely aware then that > it was also to do with C. No, MCVCRT.DLL and the UCRT are not the same. UCRT is newer. https://stackoverflow.com/q/67848972/827263 -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Medtronic void Void(void) { Void(); } /* The recursive call of the void */