1*48521Sbostic /*- 2*48521Sbostic * Copyright (c) 1983 The Regents of the University of California. 3*48521Sbostic * All rights reserved. 4*48521Sbostic * 5*48521Sbostic * %sccs.include.proprietary.c% 6*48521Sbostic */ 7*48521Sbostic 813308Ssam #ifndef lint 9*48521Sbostic static char sccsid[] = "@(#)arc.c 4.2 (Berkeley) 04/22/91"; 10*48521Sbostic #endif /* not lint */ 1113308Ssam 1213308Ssam arc(){ 1313308Ssam } 14