Added platform specific fast put_char and put_string routines

This commit is contained in:
2021-01-18 18:01:18 +01:00
parent 7f014174b1
commit faad4c5752
2 changed files with 30 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ char get_char();
void put_string(char* s);
void put_char_fast(char c);
void put_string_fast(char* s);