openalbridge/endianness.c
changeset 2200 8192be6e3aef
parent 2191 20c62f787a4d
child 2203 6bd39d75e0dd
equal deleted inserted replaced
2199:be265856322f 2200:8192be6e3aef
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 #include <stdio.h>
       
    20 #include <stdlib.h>
       
    21 #include <stdint.h>
       
    22 #include "endianness.h"
    19 #include "endianness.h"
    23 
    20 
    24 #ifdef __CPLUSPLUS
    21 #ifdef __CPLUSPLUS
    25 extern "C" {
    22 extern "C" {
    26 #endif 
    23 #endif