amiga_imgv

annotate src/logger.h @ 11:3d9aaefb8ba6

interlace mode
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 30 Oct 2017 15:24:23 +0200
parents
children
rev   line source
nuclear@0 1 #ifndef LOGGER_H_
nuclear@0 2 #define LOGGER_H_
nuclear@0 3
nuclear@0 4 void logmsg(const char *fmt, ...);
nuclear@0 5
nuclear@0 6 #endif /* LOGGER_H_ */