print.h 147 B

123456789
  1. #ifndef __LIB_KERNEL_PRINT_H
  2. #define __LIB_KERNEL_PRINT_H
  3. #include "stdint.h"
  4. void put_char(uint8_t char_ascii);
  5. #endif // __LIB_KERNEL_PRINT_H