|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 698 (0x2ba) Types: TextFile Names: »pepdefs.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦041b9c0f8⟧ »EurOpenD22/isode/pepsy.system-6.0.Z« └─⟦d49939f05⟧ └─⟦6a28ec38e⟧ »pepsy.tar« └─⟦this⟧ »pepsy/pepdefs.h«
/* Copyright 1989 CSIRO Division of Information Technology * May be given away but not sold for profit - See Copyright file for details */ #ifndef PEPDEF_DEFINITIONS #define PEPDEF_DEFINITIONS /* * Globally known pep definitions */ typedef struct { char *md_name; /* Name of this module */ int md_nentries; /* Number of entries */ tpe **md_etab; /* Pointer to encoding tables */ tpe **md_dtab; /* Pointer to decoding tables */ ptpe **md_ptab; /* Pointer to Printing tables */ PE (*md_eucode)(); /* User code for encoding */ PE (*md_ducode)(); /* User code for decoding */ PE (*md_pucode)(); /* User code for printing */ } modtyp; #ifndef NULL #define NULL (char *)0 #endif #endif