1*48511Sbostic /*- 2*48511Sbostic * Copyright (c) 1980, 1986 The Regents of the University of California. 3*48511Sbostic * All rights reserved. 4*48511Sbostic * 5*48511Sbostic * %sccs.include.proprietary.c% 629809Ssklower */ 729809Ssklower 829809Ssklower #ifndef lint 9*48511Sbostic static char sccsid[] = "@(#)dot.c 6.2 (Berkeley) 04/22/91"; 10*48511Sbostic #endif /* not lint */ 1129809Ssklower 1229809Ssklower dot(){ 1329809Ssklower } 14