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