MonitorRam/common.h

9 lines
116 B
C

#ifndef COMMON_H
#define COMMON_H
#define BUFFER_SIZE 4096
void get_time_stamp(char* buf);
#endif /* COMMON_H */