Hello all,
need to read a 321bit value from a file into a 64 bit variable (either
float or int). in addition, the endianness of the run-time platform
could differ from the endianness of the value - let's assume it's known
at runtime whether the endianness is the same or different. any ideas?
TIA,
andrey
--
comp.lang.c.mod erated - moderation address: clcm@plethora.n et -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
need to read a 321bit value from a file into a 64 bit variable (either
float or int). in addition, the endianness of the run-time platform
could differ from the endianness of the value - let's assume it's known
at runtime whether the endianness is the same or different. any ideas?
TIA,
andrey
--
comp.lang.c.mod erated - moderation address: clcm@plethora.n et -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
Comment