30 register char *ptr1, *ptr0, *ptrt;
37 while (*ptrt && *ptrt != *ptr0)
45 ptr1 = ptr0 + strlen(ptr0) - 1;
46 while (ptr1 != ptr0) {
48 while (*ptrt && *ptrt != *ptr1)
char * delete_bounding(char *s, char *t)
Deletes bounding characters from a string.
char * strcpy_ss(char *dest, const char *src)
Safely copies a string, handling memory overlap.