Sujet : Re: Suggested method for returning a string from a C program?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 22. Mar 2025, 05:24:53
Autres entêtes
Organisation : None to speak of
Message-ID : <878qoxae0a.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Gnus/5.13 (Gnus v5.13)
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.comvoid Void(void) { Void(); } /* The recursive call of the void */