xref: /csrg-svn/lib/libplot/aed/dot.c (revision 48502)
1*48502Sbostic /*-
2*48502Sbostic  * Copyright (c) 1983 The Regents of the University of California.
3*48502Sbostic  * All rights reserved.
4*48502Sbostic  *
5*48502Sbostic  * %sccs.include.proprietary.c%
6*48502Sbostic  */
7*48502Sbostic 
815517Sralph #ifndef lint
9*48502Sbostic static char sccsid[] = "@(#)dot.c	5.2 (Berkeley) 04/22/91";
10*48502Sbostic #endif /* not lint */
1115517Sralph 
1215517Sralph dot(){
1315517Sralph }
14