Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Suggested method for returning a string from a C program? Date: Fri, 21 Mar 2025 21:24:53 -0700 Organization: None to speak of Lines: 12 Message-ID: <878qoxae0a.fsf@nosuchdomain.example.com> References: <868qp1ra5f.fsf@linuxsc.com> <20250319115550.0000676f@yahoo.com> <20250319201903.00005452@yahoo.com> <86r02roqdq.fsf@linuxsc.com> <20250321113316.506@kylheku.com> <20250321210228.508@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sat, 22 Mar 2025 05:24:54 +0100 (CET) Injection-Info: dont-email.me; posting-host="560ef87f14dda6eab647556d5657da3c"; logging-data="3124311"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/iw+a7r5HAGTYvjPKe5ZT6" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:fydJP6myIcmOAFdScA76VbIUSKM= sha1:E4rrg32ZhwM4tmtj1jIJG6EmdIs= Xref: csiph.com comp.lang.c:391493 Kaz Kylheku <643-408-1753@kylheku.com> writes: [...] > Obviously, IPv4 addresses are 128. In protocol stacks, switching and > routing, it could be useful to have 128 bit operations on them for > masking and comparing and whatnot. Off-by-two error. IPv4 addresses are 32 bits. You're thinking of IPv6 addresses. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */