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