foo.h 125 B

1234567891011
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. extern char* foo;
  5. extern int SomeFunctionInFoo(int i);
  6. #ifdef __cplusplus
  7. }
  8. #endif