mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-07 19:18:19 +02:00
Update Internal.cpp
This commit is contained in:
parent
4b660b2314
commit
a341008111
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ void bf::System::Console::PutChars(char* ptr, int len)
|
|||
|
||||
for (int i = 0; i < len; i++)
|
||||
putchar(ptr[i]);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
void bf::System::Console::ReopenHandles()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue