log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
sgl
view src/log.h @ 41:f4ea3a88b05a
find changesets by author, revision, files, or words in the commit message
macos build fixes. Patch by Andrew Woods
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 25 Jan 2025 22:26:40 +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_ */