|
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 i
Length: 595 (0x253) Types: TextFile Names: »init_sys.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Lib/tai/init_sys.c«
/* init_sys.c: system tailoring initialisation */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_sys.c,v 5.0 90/09/20 16:16:18 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_sys.c,v 5.0 90/09/20 16:16:18 pp Exp Locker: pp $ * * $Log: init_sys.c,v $ * Revision 5.0 90/09/20 16:16:18 pp * rcsforce : 5.0 public release * */ int tbl_tai(), chan_tai(); static int (*tai[])() = { tbl_tai, chan_tai, 0, }; void sys_init (pname) char *pname; { tai_init (tai, pname); }