diff options
Diffstat (limited to 'include/BString.h')
-rw-r--r-- | include/BString.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/BString.h b/include/BString.h index ab4f5e5..b5a273f 100644 --- a/include/BString.h +++ b/include/BString.h @@ -73,4 +73,6 @@ std::istream & operator>>(std::istream &, String &); String operator+(const char *, const String &); +bool compare(String, String); + #endif |