log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
sgl
view src/log.h @ 36:af9d2e895594
find changesets by author, revision, files, or words in the commit message
started work on ios module
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 24 Feb 2012 08:49:29 +0200
parents
children
line source
1
#ifndef LOG_H_
2
#define LOG_H_
3
4
void sgl_log(const char *fmt, ...);
5
6
#endif /* LOG_H_ */