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 813310Ssam #ifndef lint 9*48521Sbostic static char sccsid[] = "@(#)circle.c 4.2 (Berkeley) 04/22/91"; 10*48521Sbostic #endif /* not lint */ 1113310Ssam 1213310Ssam circle(){ 1313310Ssam } 14