00001 #ifndef UTILITY_H 00002 00010 #include <stdint.h> 00011 00012 int time_stamp(char *fn, char *event); 00013 00014 int16_t millisec_get(void); 00015 00016 00017 #define UTILITY_H 00018 #endif /* UTILITY_H */