c2go icon indicating copy to clipboard operation
c2go copied to clipboard

__int128 is translated as int64

Open elichai opened this issue 3 years ago • 0 comments

Trying to do anything in C with __int128 is transpiled into: type int128_t int64

elichai avatar Jan 17 '21 14:01 elichai