interface.h 131 B

1234567891011
  1. #ifndef __INTERFACE_H
  2. #define __INTERFACE_H
  3. #include "main.h"
  4. void asc_display(unsigned char *asc);
  5. #endif /*__INTERFACE_H*/