[Plib-users] Network Conversion for 64-bit Values?
Brought to you by:
sjbaker
|
From: Jonathan P. <eq_...@ma...> - 2002-02-16 22:54:52
|
I was looking through the plib utility library (ul.h) and noticed that there are no conversion routines for 64-bit values, specifically for doubles. Would it be possible to add a routine for sending doubles over the network? I can provide such a routine, if needed. I know that not all platforms support 64-bit integers (long long), nor do many have htond() or htonq(), but I really need a portable way of converting 64-bit floats. Thanks, Jonathan Polley |