32 void Untag(
char* destination,
const char* source, texttag tags[],
unsigned int tagcount)
34 const char *pos, *tmp, *tag;
36 int unsigned i, j, found;
51 for (i = 0; i < tagcount; i++)
56 while (*tmp !=
'\0' && *tag !=
'\0' && *tmp == *tag)
63 if (j > 1 && *(--tag) ==
'#')
67 while ((*dest++ = *tag++));
void Untag(char *destination, const char *source, texttag tags[], unsigned int tagcount)