borrowing WString.h from master

This commit is contained in:
Federico Fissore 2013-05-09 11:20:15 +02:00
parent f12d265653
commit c48c0f9e2c
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ public:
void getBytes(unsigned char *buf, unsigned int bufsize, unsigned int index=0) const;
void toCharArray(char *buf, unsigned int bufsize, unsigned int index=0) const
{getBytes((unsigned char *)buf, bufsize, index);}
const char * c_str() const { return buffer; }
// search
int indexOf( char ch ) const;