Added platform specific fast put_char and put_string routines
This commit is contained in:
@@ -5,3 +5,5 @@ char get_char();
|
||||
|
||||
void put_string(char* s);
|
||||
|
||||
void put_char_fast(char c);
|
||||
void put_string_fast(char* s);
|
||||
|
||||
Reference in New Issue
Block a user