1*19974Sdist /* 2*19974Sdist * Copyright (c) 1980 Regents of the University of California. 3*19974Sdist * All rights reserved. The Berkeley software License Agreement 4*19974Sdist * specifies the terms and conditions for redistribution. 5*19974Sdist */ 6*19974Sdist 715488Sralph #ifndef lint 8*19974Sdist static char sccsid[] = "@(#)dot.c 5.1 (Berkeley) 05/07/85"; 9*19974Sdist #endif not lint 1015488Sralph 1115488Sralph dot(){ 1215488Sralph } 13