tparm(3cur)tparm(3cur)Nametparm - instantiate a string
Syntax
char *tparm(str, p1, p2, ... )
Description
This function instantiates the string with the parameters p1, p2, ... .
A pointer is returned which points to the result of with the parameters
applied.
tparm(3cur)