mirror of
https://github.com/diamante0018/MonitorRam.git
synced 2025-05-09 22:14:54 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
char *va(const char *fmt, ...);
|
|
|
|
#endif /* UTILS_H */
|