1 #if defined(__cplusplus) 2 extern "C" { 3 #endif 4 5 #if __ANDROID_API__ == 12 foo()6 static int foo() { 7 return 0; 8 } 9 #endif 10 11 #if defined(__cplusplus) 12 } 13 #endif 14