iOS SDK API リファレンス

SKWPeerCommon.h
1 // SKWPeerCommon.h
3 // SkyWay SDK
5 #ifdef DEBUG
6  #define DLog(fmt, ...) NSLog((@"%s [L:%d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
7 #else
8  #define DLog(...)
9 #endif
10 
11 #if defined(__cplusplus)
12  #define SKW_EXPORT extern "C"
13 #else
14  #define SKW_EXPORT extern
15 #endif