Add placeholder println function to coral library
This commit is contained in:
parent
7878c52496
commit
398e28d328
@ -242,4 +242,8 @@ export namespace coral {
|
||||
|
||||
return output.write({buffer, buffer_count});
|
||||
}
|
||||
|
||||
template<typename... arguments> expected<usize, io_error> println(writer & output, arguments... print_arguments) {
|
||||
// TODO: Implement.
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user