1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 00:50:25 +02:00

Unbuffering stdout

This commit is contained in:
Brian Fiete 2024-10-22 12:48:14 -04:00
parent bc5c425d1b
commit 4a819762e6
3 changed files with 17 additions and 6 deletions

View file

@ -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();
};