mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Add sys$gethostname and /bin/hostname
This commit is contained in:
parent
3faaa3e04a
commit
53abfa7ea1
16 changed files with 77 additions and 40 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
bool operator==(const String&) const;
|
||||
bool operator!=(const String& other) const { return !(*this == other); }
|
||||
|
||||
String isolatedCopy() const;
|
||||
|
||||
static String empty();
|
||||
|
||||
StringImpl* impl() { return m_impl.ptr(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue