|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U s
Length: 852 (0x354)
Types: TextFile
Notes: UNIX file
Names: »stubs.c«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
└─⟦this⟧ »KC/new/etc/atconf/modules/imc/stubs.c«
/* stubs for imc.c 87.07.18 */
/* 88.10.02 portchain */
#include "sys/chain.h"
#include "sys/kdef.h"
struct chain portchain[NPROC];
imcinit()
{
}
imcgate(imc_in)
struct imc_in * imc_in;
{
}
waitimc()
{
nopkg();
}
imcdrop(unitno)
int unitno;
{
}
closeall()
{
}
testport ()
{
nopkg();
}
closeport ()
{
nopkg();
}
int_close(pt)
struct port * pt;
{
}
int_resetport(pt)
struct port * pt;
{
}
connect ()
{
nopkg();
}
disconnect ()
{
nopkg();
}
getconnection ()
{
nopkg();
}
getnames ()
{
nopkg();
}
alias ()
{
nopkg();
}
openport ()
{
nopkg();
}
int_reset(pt,index)
register struct port * pt;
int index;
{
}
int_disc(pt,index)
register struct port * pt;
int index;
{
}
receive ()
{
nopkg();
}
rcvall ()
{
nopkg();
}
rcvletter ()
{
nopkg();
}
send ()
{
nopkg();
}
sendnowait ()
{
nopkg();
}
sendletter()
{
nopkg();
}