amiga_imgv

view src/logger.h @ 1:6320a20f17c5

file formats in comments
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 25 Oct 2017 21:05:24 +0300
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void logmsg(const char *fmt, ...);
6 #endif /* LOGGER_H_ */