mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
f627a26a7b
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
7 lines
123 B
C
7 lines
123 B
C
#ifdef ANDROID_CPU_FEATURES
|
|
#define typeof __typeof__
|
|
#include ANDROID_CPU_FEATURES
|
|
#endif
|
|
|
|
extern int unused_declaration;
|