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.