debug.h 115 B

12345678
  1. #ifndef ___DEBUG_H__
  2. #define ___DEBUG_H__
  3. void takeNoteOfSerType(void);
  4. void takeNoteFile(char *reason);
  5. #endif