lib/mystring/append.cc
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
       
     1 #include <string.h>
     1 #include "mystring.h"
     2 #include "mystring.h"
     2 #include "trace.h"
     3 #include "trace.h"
     3 
     4 
     4 void mystring::append(const char* str, size_t len)
     5 void mystring::append(const char* str, size_t len)
     5 {
     6 {