mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
Add a simple StringBuilder::appendf() and use it for ProcFS.
Okay, now ProcFS doesn't crash due to the crappy buffer size estimates not really working out. This thing has dogshit performance and I will fix that separately.
This commit is contained in:
parent
dad58db757
commit
074edffc44
Notes:
sideshowbarker
2024-07-19 16:00:41 +09:00
Author: https://github.com/awesomekling
Commit: 074edffc44
4 changed files with 83 additions and 116 deletions
|
@ -13,6 +13,7 @@ public:
|
|||
void append(const String&);
|
||||
void append(String&&);
|
||||
void append(char);
|
||||
void appendf(const char*, ...);
|
||||
|
||||
String build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue