openalbridge/endianness.h
changeset 2260 31756e21c436
parent 2257 7eb31efcfb9b
child 2261 57e99c908e7c
equal deleted inserted replaced
2259:ca42efdce3ce 2260:31756e21c436
    23 
    23 
    24 
    24 
    25 #ifdef __CPLUSPLUS
    25 #ifdef __CPLUSPLUS
    26 extern "C" {
    26 extern "C" {
    27 #endif 
    27 #endif 
    28 		
    28     
    29 #pragma once
    29 #pragma once
    30 	
    30     
    31 	int invert_endianness(uint32_t number);
    31     int invert_endianness(uint32_t number);
    32 	
    32     
    33 #ifdef __CPLUSPLUS
    33 #ifdef __CPLUSPLUS
    34 }
    34 }
    35 #endif
    35 #endif
    36 
    36 
    37 #endif /*_OALB_ENDIANNESS_H*/
    37 #endif /*_OALB_ENDIANNESS_H*/