amiga-tcpdump/amiga_types.h

10 lines
196 B
C
Executable File

#ifndef _AMIGA_TYPES_H
#define _AMIGA_TYPES_H
typedef unsigned char u_char;
typedef unsigned long u_long;
typedef unsigned int u_int;
typedef unsigned short u_short;
#endif /* _AMIGA_TYPES_H */