mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Unbuffering stdout
This commit is contained in:
parent
bc5c425d1b
commit
4a819762e6
3 changed files with 17 additions and 6 deletions
|
@ -183,8 +183,9 @@ namespace bf
|
|||
|
||||
class Console
|
||||
{
|
||||
private:
|
||||
BFRT_EXPORT static void PutChars(char* ptr, int len);
|
||||
public:
|
||||
BFRT_EXPORT static void PutChar(char c);
|
||||
BFRT_EXPORT static void ReopenHandles();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue