Mapper
Swap4Bytes.h
Go to the documentation of this file.
1 /* Contains the prototype for the Swap4Bytes routine. */
2 
3 #ifndef SWAP_4_BYTES_H
4 #define SWAP_4_BYTES_H
5 
6 void Swap4Bytes_ ( float * p_data , const size_t * num_elements );
7 
8 #endif /* #ifndef SWAP_4_BYTES_H */
void Swap4Bytes_(float *p_data, const size_t *num_elements)