STRTREXPAND(3pub) | C Programmer's Manual | STRTREXPAND(3pub) |
strtrexpand - expand tr-like notation in string
#include <publib.h> void strtrexpand(char *tgt, const char *src);
strtrexpand will convert shorthand notation similar to that used by tr(1) into the equivalent longhand notation. The supported short forms are:
strtrexpand returns nothing.
Lars Wirzenius (lars.wirzenius@helsinki.fi)
C Programmer's Manual | Publib |