1 === modified file 'lib/xstrrpl.c'
2 --- lib/xstrrpl.c 2008-04-14 18:04:50 +0000
3 +++ lib/xstrrpl.c 2008-04-14 18:20:20 +0000
10 -extern char * stpcpy();
12 /* Perform subsitutions in string. Result is malloc'd
13 E.g., result = xstrrrpl ("1234", subst) gives result = "112333"
14 where subst = { {"1", "11"}, {"3", "333"}, { "4", ""}}