date and time created 83/03/09 16:22:55 by ralph
[unix-history] / usr / src / old / games.vax / compat / bcopy.c
static char sccsid[] = " bcopy.c 4.1 82/05/12 ";
bcopy(from, to, count)
char *from, *to;
int count;
{
asm(" movc3 12(ap),*4(ap),*8(ap)");
}
seteuid(n)
{
}
setegid(n)
{
}