BRL-CAD
|
Convert doubles to host/network format. More...
Functions | |
void | bu_cv_htond (unsigned char *out, const unsigned char *in, size_t count) |
void | bu_cv_ntohd (unsigned char *out, const unsigned char *in, size_t count) |
Convert doubles to host/network format.
void bu_cv_htond | ( | unsigned char * | out, |
const unsigned char * | in, | ||
size_t | count | ||
) |
Referenced by Serializer::write_double().
void bu_cv_ntohd | ( | unsigned char * | out, |
const unsigned char * | in, | ||
size_t | count | ||
) |
Referenced by Deserializer::read_double().