

#include <time.h>
#include <stdlib.h>
#include <stdio.h>

typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned long u_long;
typedef unsigned int u_int;

typedef void *caddr_t;



