Details | Last modification | View Log | RSS feed
#ifndef __TYPES_H__
#define __TYPES_H__
#include <sys/types.h>
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned long u_int32_t;
#include <types.h>
#endif