awips2/nativeLib/rary.ohd.whfs/inc/general/Swap4Bytes.h
2017-04-21 18:33:55 -06:00

8 lines
208 B
C

/* Contains the prototype for the Swap4Bytes routine. */
#ifndef SWAP_4_BYTES_H
#define SWAP_4_BYTES_H
void Swap4Bytes_ ( void * p_data , const size_t * num_elements );
#endif /* #ifndef SWAP_4_BYTES_H */