sreplace.h
changeset 7 fcde17ef6af6
equal deleted inserted replaced
6:7dd3bdec0ad2 7:fcde17ef6af6
       
     1 struct String
       
     2 {
       
     3   char *ptr;
       
     4   int length;
       
     5 };
       
     6 
       
     7 int parse_backslashes(unsigned char *str);
       
     8 void print_hex(FILE *out, const struct String *str);