summaryrefslogtreecommitdiff
path: root/src/net/win2mac.h
blob: 29102faec974d13b337ce551411acb2e2b90e534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _TMW_WIN2MAC_
#define _TMW_WIN2MAC_

#include <stdio.h>

#define UInt16 unsigned short int
#define UInt32 unsigned long int

UInt32 DR_SwapFourBytes(UInt32 dw);
UInt16 DR_SwapTwoBytes(UInt16 w);
char* SwapChar(char charlist[]);

#endif