xref: /csrg-svn/lib/libplot/grn/dot.c (revision 29809)
1*29809Ssklower /*
2*29809Ssklower  * Copyright (c) 1980, 1986 Regents of the University of California.
3*29809Ssklower  * All rights reserved.  The Berkeley software License Agreement
4*29809Ssklower  * specifies the terms and conditions for redistribution.
5*29809Ssklower  */
6*29809Ssklower 
7*29809Ssklower #ifndef lint
8*29809Ssklower static char sccsid[] = "@(#)dot.c	6.1 (Berkeley) 08/29/86";
9*29809Ssklower #endif not lint
10*29809Ssklower 
11*29809Ssklower 
12*29809Ssklower dot(){
13*29809Ssklower }
14