DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
delscreen(CURSES)
delscreen -- free storage associated with a screen
Synopsis
cc
[
options
]
file
-lcurses
#include <curses.h>
void delscreen(SCREEN *
sp
);
Description
The
delscreen
(CURSES)
function frees storage associated with the
SCREEN
pointed to by
sp
.
Return value
The
delscreen
(CURSES)
function does not return a value.
Errors
No errors are defined.
Standards Conformance
The Single UNIX Specification, Version 2
; The Open Group.
References
endwin
(CURSES)
,
initscr
(CURSES)
,
curses
(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005