mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00

Added PICLevel, RelocKind DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon Mangling changed to avoid '@'
8 lines
No EOL
268 B
C++
8 lines
No EOL
268 B
C++
#include <android/log.h>
|
|
|
|
#define BFP_PRINTF(...) __android_log_print(ANDROID_LOG_INFO, "Beef", __VA_ARGS__)
|
|
#define BFP_ERRPRINTF(...) __android_log_print(ANDROID_LOG_ERROR, "Beef", __VA_ARGS__)
|
|
|
|
#define BFP_HAS_PTHREAD_GETATTR_NP
|
|
|
|
#include "../posix/PosixCommon.cpp" |