Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #include <menuet/os.h>
  2. void __menuet__debug_out(const char* str){
  3.   while(*str)
  4.     __menuet__debug_out_byte(*str++);
  5. }
  6.