MonitorRam/utils.h

7 lines
87 B
C

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