More .h docs.
This commit is contained in:
@ -5,6 +5,11 @@
|
||||
** @{
|
||||
*/
|
||||
|
||||
/**
|
||||
** Log a message using printf-style formatting. Tries to use appropriate
|
||||
** platform-specific functionality where necessary to make sure output goes
|
||||
** somewhere that it can be seen.
|
||||
*/
|
||||
#if defined(__ANDROID__)
|
||||
#include <android/log.h>
|
||||
#define tf_printf(...) __android_log_print(ANDROID_LOG_INFO, "tildefriends", __VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user