1*24993Ssam /* 2*24993Ssam * Copyright (c) 1985 Regents of the University of California. 3*24993Ssam * All rights reserved. The Berkeley software License Agreement 4*24993Ssam * specifies the terms and conditions for redistribution. 5*24993Ssam */ 6*24993Ssam 7*24993Ssam #ifndef lint 8*24993Ssam static char sccsid[] = "@(#)dot.c 5.1 (Berkeley) 09/21/85"; 9*24993Ssam #endif not lint 10*24993Ssam 11*24993Ssam dot(){ 12*24993Ssam } 13