mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-05-09 14:04:55 +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 */
|