putp(3cur)
NAME
putp − pad and output a string
SYNTAX
putp(str)
char *str;
DESCRIPTION
The putp routine outputs the string str one character at a time. The routine putchar is used to control the output.
putp − pad and output a string
putp(str)
char *str;
The putp routine outputs the string str one character at a time. The routine putchar is used to control the output.