_find_header.h 170 B

1234567891011121314
  1. #ifndef _FIND_HEADERS_H
  2. #define _FIND_HEADERS_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int find_header(const char *str, int size);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif