Dreambox C/C++ SDK
v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
db_log.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef __cplusplus
4
extern
"C"
5
{
6
#endif
7
10
extern
void
db_log
(
const
char
*msg);
11
15
void
db_logf
(
const
char
*fmt, ...);
16
17
#ifdef __cplusplus
18
}
19
#endif
db_logf
void db_logf(const char *fmt,...)
Log a formatted string to debug output.
db_log
void db_log(const char *msg)
Log a string to debug output.
include
db_log.h
Generated by
1.9.5