Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame^] | 1 | #if defined(__cplusplus) |
2 | extern "C" { | ||||
3 | #endif | ||||
4 | |||||
Josh Gao | bf8a285 | 2016-05-27 11:59:09 -0700 | [diff] [blame] | 5 | int foo(); |
6 | |||||
7 | #if defined(__i386__) | ||||
8 | int bar(); | ||||
9 | #endif | ||||
Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame^] | 10 | |
11 | #if defined(__cplusplus) | ||||
12 | } | ||||
13 | #endif |