1*6811Srrh static char sccsid[] = " bcopy.c 4.1 82/05/12 "; 26794Srrh bcopy(from,to,count)36794Srrhbcopy(from, to, count) 46794Srrh char *from, *to; 56794Srrh int count; 66794Srrh { 76794Srrh 86794Srrh asm(" movc3 12(ap),*4(ap),*8(ap)"); 96794Srrh } 106794Srrh seteuid(n)116794Srrhseteuid(n) 126794Srrh { 136794Srrh } 146794Srrh setegid(n)156794Srrhsetegid(n) 166794Srrh { 176794Srrh } 18