8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd236bf commit eaab14dCopy full SHA for eaab14d
api/String.h
@@ -111,6 +111,7 @@ class String
111
unsigned char concat(const String &str);
112
unsigned char concat(const char *cstr);
113
unsigned char concat(const char *cstr, unsigned int length);
114
+ unsigned char concat(const uint8_t *cstr, unsigned int length) {return concat((const char*)cstr, length);}
115
unsigned char concat(char c);
116
unsigned char concat(unsigned char num);
117
unsigned char concat(int num);
0 commit comments