delscreen(3XC)
NAME
delscreen − free space associated with the SCREEN data structure
SYNOPSIS
#include <curses.h>
void delscreen(SCREEN ∗sp);
ARGUMENTS
spIs a pointer to the screen structure for which to free space.
DESCRIPTION
The delscreen() function frees space associated with the SCREEN data structure. This function should be called after endwin(3XC) if a SCREEN data structure is no longer needed.
RETURN VALUES
The delscreen() function does not return a value.
ERRORS
None.
SEE ALSO
endwin(3XC), initscr(3XC), newterm(3XC)
SunOS 5.6 — Last change: 1 Jun 1996