c-struct icon indicating copy to clipboard operation
c-struct copied to clipboard

64 unsigned integer?

Open krlicmuhamed opened this issue 9 years ago • 3 comments

No love for 64 bit integers? :(

krlicmuhamed avatar Apr 15 '16 20:04 krlicmuhamed

It looks like this library wants to keep a zero dependencies philosphy. If this is the case there cannot be any uint64 or int64 support by c-struct. I have solved this by bundling up my uint64 into a schema that has two uint32s, one for the MS part and another one for the LS part.

luiscarrasco avatar Jun 25 '17 20:06 luiscarrasco

What library did you use to join them ? Can you share that piece of code ?

neel avatar May 16 '18 12:05 neel

Why would a dependency be required to implement int64 support?

Krenair avatar Nov 29 '18 15:11 Krenair