log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
tinygi
view src/logger.h @ 2:72752a1b3dbe
find changesets by author, revision, files, or words in the commit message
images and shapes
author
John Tsiombikas <nuclear@member.fsf.org>
date
Tue, 21 Jul 2015 04:30:00 +0300
parents
children
line source
1
#ifndef TGI_LOGGER_H_
2
#define TGI_LOGGER_H_
3
4
void tgi_log(const char *fmt, ...);
5
6
#endif /* TGI_LOGGER_H_ */