foo.h 120 B

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