No Description

debug.h 155B

12345678910111213
  1. #ifndef DEBUG_H
  2. #define DEBUG_H
  3. struct print_engine{
  4. u8 line;
  5. u8 row;
  6. u8 color;
  7. };
  8. u8 debug_some_test();
  9. #endif /* DEBUG_H */