Dag Robøle

Results 22 comments of Dag Robøle

The code should be pretty OS agnostic, but you would have to define these for the Windows platform in btypes.h #define big_to_host_16(v) be16toh(v) #define big_to_host_32(v) be32toh(v) #define big_to_host_64(v) be64toh(v) #define...

It shouldn't be too hard. I'll see if I can get the time to compile this in a couple of weeks, maybe I can figure it out