Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __TYPES_H__
#define __TYPES_H__

#include <sys/types.h>

/* when compiling under MSDOS, uncomment this three typedefs!!! */

//typedef unsigned char   u_int8_t;
//typedef unsigned short  u_int16_t;
//typedef unsigned long   u_int32_t;

#include <types.h>
#endif