putp(3) — Subroutines
NAME
putp − Pads and outputs a string
SYNOPSIS
#include <curses.h>
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 − Pads and outputs a string
#include <curses.h>
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.