hlog.h 91 B

12345678
  1. #ifndef __HLOG_H__
  2. #define __HLOG_H__
  3. void hlog_print(const char *format, ...);
  4. #endif