Sujet : Re: remark on defining size of basic types
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 04. Apr 2024, 01:15:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uukrfp$7l0f$2@dont-email.me>
References : 1
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Thu, 04 Apr 2024 01:34:48 +0200, fir wrote:
here is a problem in using 64 big ints on windows ...
#include <stdint.h>
int64_t signed_64bit_int;
uint64_t unsigned_64bit_int;