c-hglib
 All Data Structures Files Functions Variables Typedefs Macros
utils.h
Go to the documentation of this file.
1 #ifndef _UTILS_CHG_H_
2 #define _UTILS_CHG_H_
3 
4 #include <stdint.h>
5 #include <stdlib.h>
6 
12 uint32_t swap_uint32( uint32_t val );
13 
14 #endif