amiga_imgv

view src/logger.h @ 12:20c7238c60be

img2ham unfinished
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 20 Nov 2017 08:36:16 +0200
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void logmsg(const char *fmt, ...);
6 #endif /* LOGGER_H_ */