1 2 3 4 5 6 7 8 9
#ifndef __DADA_DIFF_TIME_H #define __DADA_DIFF_TIME_H #include <sys/time.h> double diff_time ( struct timeval time1, struct timeval time2 ); #endif