Hello everyone and QNX documentation team,
There is a side effect of cut’n’paste technique
The page
http://www.qnx.com/developer/docs/momentics621_docs/neutrino/lib_ref/e/endian_swap64.html
Synopsis:
#include <gulliver.h>void ENDIAN_SWAP16( uint64_t * num );
It’s supposed to be:
Synopsis:
#include <gulliver.h>
void ENDIAN_SWAP64( uint64_t * num );
Best regards,
Eduard.