Query: strtrexpand
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRTREXPAND(3pub) C Programmer's Manual STRTREXPAND(3pub)NAMEstrtrexpand - expand tr-like notation in stringSYNOPSIS#include <publib.h> void strtrexpand(char *tgt, const char *src);DESCRIPTIONstrtrexpand will convert shorthand notation similar to that used by tr(1) into the equivalent longhand notation. The supported short forms are: a-b All characters from a to b, inclusive, in the order given by their character codes. a The character a. o oo ooo Character with octal code o, oo, or ooo, respectively.RETURN VALUEstrtrexpand returns nothing.SEE ALSOpublib(3), tr(1)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRTREXPAND(3pub)
Related Man Pages |
---|
fnpathfind(3pub) - debian |
strcstr(3pub) - debian |
strmaxcpy(3pub) - debian |
strvars(3pub) - debian |
xrealloc(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |