Path: csiph.com!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Top 10 most common hard skills listed on resumes... Date: Sun, 08 Sep 2024 16:20:12 -0700 Organization: None to speak of Lines: 22 Message-ID: <87cyld3f83.fsf@nosuchdomain.example.com> References: <871q27weeh.fsf@bsb.me.uk> <20240829083200.195@kylheku.com> <87v7zjuyd8.fsf@bsb.me.uk> <20240829084851.962@kylheku.com> <87mskvuxe9.fsf@bsb.me.uk> <87r09t3kzt.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 09 Sep 2024 01:20:13 +0200 (CEST) Injection-Info: dont-email.me; posting-host="5130c977fa34ae7ba7f2b29594baf74a"; logging-data="2220301"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WnA0u+QYRF8pWE0b0rtdo" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:dDy7KyoXJR8J9vc38bx6OeKriVY= sha1:w5zqPx0CHbjUNjzmlARxLL15daw= Xref: csiph.com comp.lang.c:388188 Bart writes: > On 08/09/2024 22:15, Keith Thompson wrote: >> Bart writes: >> [...] >>> I had a problem with this code because it was so verbose. The first >>> thing I did was to define aliases u64 and u32 for those long types: >>> >>> typedef unsigned long long u64; >>> typedef unsigned long u32; >> So you're assuming that unsigned long is 32 bits? (It's 64 bits on >> the systems I use most.) > > That should be unsigned int. So you're assumuing that unsigned int is 32 bits? I know you're aware of . You can use it to define your own u64 and 32 aliases if you like. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */