- Started setting up a thread safe window manager
- Created thread & atomic structures
This commit is contained in:
@@ -1047,6 +1047,7 @@ void file::println(const cstring& str) {
|
||||
|
||||
void file::println(const string& str) {
|
||||
write(str.data(), str.length());
|
||||
putc('\n');
|
||||
}
|
||||
|
||||
bool file::putc(char c) {
|
||||
|
||||
Reference in New Issue
Block a user