1xpaatexit(3) SAORD Documentation xpaatexit(3)
2
3
4
6 XPAAtExit: install exit handler
7
9 #include <xpa.h>
10
11 void XPAAtExit(void);
12
14 XPAAtExit() will install an exit handler using atexit() to run XPAFree
15 on all XPA access points. This might be useful in cases where Unix
16 sockets are being used: if an explicit call to XPAFree() is not made by
17 the program, the Unix socket file will not be deleted immediately
18 without an atexit handler. (NB: this call should not be made in a
19 Tcl/Tk application. Accessing the Tcl native file system after Tcl has
20 shut down all file systems causes the Tcl/Tl program to crash).
21
22
23
24version 2.1.15 July 23, 2013 xpaatexit(3)