diff --git a/include/opp/string.h b/include/opp/string.h index 7bbb167..b62ada3 100644 --- a/include/opp/string.h +++ b/include/opp/string.h @@ -67,6 +67,7 @@ public: const char * end(void) const; const char * cend(void) const; + const char * c_str(void) const; const char * tocstr(void) const; string substr(char pos, char len) const;