mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7 lines
123 B
C
7 lines
123 B
C
|
#define typeof __typeof__
|
||
|
#ifdef ANDROID_CPU_FEATURES
|
||
|
#include ANDROID_CPU_FEATURES
|
||
|
#endif
|
||
|
|
||
|
extern int unused_declaration;
|