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