|
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: 610 (0x262) Types: TextFile Names: »init_uip.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_uip.c«
/* init_uip.c: user interface initialisation (none at present) */ # ifndef lint static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_uip.c,v 5.0 90/09/20 16:16:25 pp Exp Locker: pp $"; # endif /* * $Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_uip.c,v 5.0 90/09/20 16:16:25 pp Exp Locker: pp $ * * $Log: init_uip.c,v $ * Revision 5.0 90/09/20 16:16:25 pp * rcsforce : 5.0 public release * */ int tbl_tai(), chan_tai(); static int (*tai[])() = { tbl_tai, chan_tai, 0, }; void uip_init (pname) char *pname; { tai_init (tai, pname); }