The dpsetexfun man page
NAME
dpsetexfun - set a terminal function for DP
SYNOPSIS
#include
void dpsetexfun(func)
FUNCPTR func;
DESCRIPTION
dpsetexfun() sets a void-type function, func, which will be
called right before DP terminates the current process.
The function indicated by func should be short and must not
include any DP calls. Its normal use is to print out a mes-
sage indicating a graceful exit of the current process and
close system resources used by the process.
REMARK
This is a DP function call.
AUTHOR
David Arnow
FILES
/usr/include/dp/dp.h - DP header file
/usr/lib/libdp.a - DP library file
SEE ALSO
dpexit(3DP)
Essential DP MAN Pages:
General/Essential:
Non-Interrupting Messages:
Interrupting Messages:
dpblock
dpcatchmsg
dpgetmsg
dppause
dpunblock
Other:
Return to
DP For Students
Return to
The DP Project
Return to
David Arnow's Home Page