c-struct
c-struct copied to clipboard
64 unsigned integer?
No love for 64 bit integers? :(
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.
What library did you use to join them ? Can you share that piece of code ?
Why would a dependency be required to implement int64 support?