void
pointers as arguments, so i can read all my data into a
struct
at once?
struct
is made of and thus cannot do any transparent data conversion. And
there's even more: Most compilers align their struct
s to a
special multiple of bytes (mostly the current architecture's data word
size). libbinio doesn't (and cannot) know about all this and would
just read the data byte by byte, completely ignoring the alignment and
causing you to be unable to read any of your data.
error()
method polling?