mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibC: Implement {f,}putwc()
This commit is contained in:
parent
a4e8a09188
commit
cb90856756
Notes:
sideshowbarker
2024-07-17 22:29:35 +09:00
Author: https://github.com/alimpfard
Commit: cb90856756
Pull-request: https://github.com/SerenityOS/serenity/pull/11324
Reviewed-by: https://github.com/BertalanD
4 changed files with 40 additions and 1 deletions
|
@ -70,7 +70,7 @@ private:
|
|||
void realize(int fd);
|
||||
void drop();
|
||||
|
||||
bool may_use() const { return m_ungotten || m_mode != _IONBF; }
|
||||
bool may_use() const;
|
||||
bool is_not_empty() const { return m_ungotten || !m_empty; }
|
||||
size_t buffered_size() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue