mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2026-03-28 12:13:03 +00:00
9 lines
116 B
C
9 lines
116 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#define BUFFER_SIZE 4096
|
|
|
|
void get_time_stamp(char* buf);
|
|
|
|
#endif /* COMMON_H */
|