sreplace.h
author viric@llimona
Wed, 04 Jul 2007 21:40:18 +0200
changeset 9 7f47f2295c44
parent 7 fcde17ef6af6
permissions -rw-r--r--
Removed the test based on nonrespository files.

struct String
{
  char *ptr;
  int length;
};

int parse_backslashes(unsigned char *str);
void print_hex(FILE *out, const struct String *str);