Sujet : Re: What is your opinion about unsigned int u = -2 ?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 04. Aug 2024, 00:52:00
Autres entêtes
Organisation : None to speak of
Message-ID : <87frrldv1b.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Gnus/5.13 (Gnus v5.13)
Thiago Adams <
thiago.adams@gmail.com> writes:
[...]
I used __builtin_add_overflow because i dint know if the new header
was available.
I am also implementing ckd_add etc for my own use in msvc.
gcc 14.1.0 and llvm/clang 18.1.0 both provide the <stdckdint.h> header.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */