foo.h 119 B

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