#ifndef _TIME_H
#define _TIME_H
#include <sys/time.h>
time_t time(time_t *tloc);
#define CLK_TCK 100
#define CLOCKS_PER_SEC 1000000
#endif