DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦673a8ede8⟧ TextFile

    Length: 490 (0x1ea)
    Types: TextFile
    Names: »Sx_Panic«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Sx/doc/Sx_Panic« 

TextFile

.TH Sx_Panic sx
.BS
.NA
Sx_Panic \- display a fatal error message, then die
.SY
#include <sx.h>
.sp
int
Sx_Panic(\fImessage\fP)
.AR
.AP char *message in
Message to be displayed on screen.
.BE

.SH DESCRIPTION
.PP
Sx_Panic is a procedure to call when a fatal error has occurred in
an application program.  It displays \fImessage\fP in a notifier,
waits for the user to acknowledge the message, then calls exit(1).

.SH "SEE ALSO"
Sx_Notify

.SH KEYWORDS
fatal error, notifier, panic, window