|
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 - download
Length: 376 (0x178) Types: TextFile Names: »expand.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/h/expand.h«
/* expand.h: macro expansion structure */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/h/RCS/expand.h,v 5.0 90/09/20 16:50:13 pp Exp Locker: pp $ * * $Log: expand.h,v $ * Revision 5.0 90/09/20 16:50:13 pp * rcsforce : 5.0 public release * * */ #ifndef _H_EXPAND #define _H_EXPAND typedef struct Expand { char *macro; char *expansion; } Expand; #endif