tparm(3) — Subroutines
Digital
NAME
tparm − instantiate a string
SYNOPSIS
#include <curses.h>
char ∗tparm(str, p1, p2, ... )
DESCRIPTION
This function instantiates the string str with the parameters p1, p2, ... . A pointer is returned which points to the result of str with the parameters applied.