|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 473 (0x1d9)
Types: TextFile
Notes: UNIX file
Names: »fatal.h«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/include/fatal.h«
/* * @(#)fatal.h 1.2 7/14/83 * @(#)Copyright (C) 1983 by National Semiconductor Corp. */ extern int Fflags; extern char *Ffile; extern int Fvalue; extern int (*Ffunc)(); extern int Fjmp[10]; # define FTLMSG 0100000 # define FTLCLN 040000 # define FTLFUNC 020000 # define FTLACT 077 # define FTLJMP 02 # define FTLEXIT 01 # define FTLRET 0 # define FSAVE(val) SAVE(Fflags,old_Fflags); Fflags = val; # define FRSTR() RSTR(Fflags,old_Fflags);