log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
amiga_imgv
view src/logger.h @ 2:f75893a33234
find changesets by author, revision, files, or words in the commit message
hammer -> ham image converter
author
John Tsiombikas <nuclear@member.fsf.org>
date
Thu, 26 Oct 2017 10:04:29 +0300
parents
children
line source
1
#ifndef LOGGER_H_
2
#define LOGGER_H_
3
4
void logmsg(const char *fmt, ...);
5
6
#endif /* LOGGER_H_ */