sreplace.h
changeset 7 fcde17ef6af6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sreplace.h	Thu May 31 00:17:52 2007 +0200
@@ -0,0 +1,8 @@
+struct String
+{
+  char *ptr;
+  int length;
+};
+
+int parse_backslashes(unsigned char *str);
+void print_hex(FILE *out, const struct String *str);