|
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 h
Length: 994 (0x3e2) Types: TextFile Names: »hmmh.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »SAVE/hmmh.h«
/************************ Derived from MH ********************************/ #define MAXFOLDER 999 /* Max number of messages in a folder */ #define DMAXFOLDER 3 /* Number of digits in MAXFOLDER */ char **brkstring(); /* m_getfld definitions and return values */ #define NAMESZ 64 /* Limit on component name size */ #define LENERR -2 /* Name too long error from getfld */ #define FMTERR -3 /* Message Format error */ /* m_getfld return codes */ #define FLD 0 /* Field returned */ #define FLDPLUS 1 /* Field " with more to come */ #define FLDEOF 2 /* Field " ending at eom */ #define BODY 3 /* Body " with more to come */ #define BODYEOF 4 /* Body " ending at eom */ #define FILEEOF 5 /* Reached end of input file */ char scanl[512]; /* Buffer for scan subroutine */