MonitorRam/utils.h
2021-05-31 09:58:24 +02:00

7 lines
87 B
C

#ifndef UTILS_H
#define UTILS_H
char *va(const char *fmt, ...);
#endif /* UTILS_H */