event.h 99 B

123456
  1. #ifndef EVENT_H
  2. #define EVENT_H
  3. void log_event(unsigned short, unsigned long, ...);
  4. #endif