putp(3) — Subroutines
Digital
NAME
putp − pad and output 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.
Digital
putp − pad and output 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.