DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T i

⟦90ab80425⟧ TextFile

    Length: 605 (0x25d)
    Types: TextFile
    Names: »init_chan.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Lib/tai/init_chan.c« 

TextFile

/* init_chan.c: initialisation for channel programs */

# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_chan.c,v 5.0 90/09/20 16:16:14 pp Exp Locker: pp $";
# endif

/*
 * $Header: /cs/research/pp/hubris/pp-beta/Lib/tai/RCS/init_chan.c,v 5.0 90/09/20 16:16:14 pp Exp Locker: pp $
 *
 * $Log:	init_chan.c,v $
 * Revision 5.0  90/09/20  16:16:14  pp
 * rcsforce : 5.0 public release
 * 
 */



int     tbl_tai(),
	chan_tai();


static  int     (*tai[])() = {
	tbl_tai,
	chan_tai,
	0,
};



void chan_init (pname)
char    *pname;
{
	tai_init (tai, pname);
}