Go to the documentation of this file.
10 using namespace wibble::sys;
29 ((
char*)buf.
data())[0] =
'a';
35 ((
char*)buf1.data())[0] =
'z';
43 ((
char*)buf1.data())[0] =
'a';
59 const char* str =
"Ciao";
68 const char* str =
"Ciao";
81 char* str =
new char[4];
82 memcpy(str,
"ciao", 4);