hello.h 144 B

1234567891011121314
  1. #ifndef PKG_HELLO_H__
  2. #define PKG_HELLO_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int hello_func(void);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif