xref: /csrg-svn/lib/libplot/dumb/linemod.c (revision 48505)
1*48505Sbostic /*-
2*48505Sbostic  * Copyright (c) 1980 The Regents of the University of California.
3*48505Sbostic  * All rights reserved.
4*48505Sbostic  *
5*48505Sbostic  * %sccs.include.proprietary.c%
619971Sdist  */
719971Sdist 
815437Sralph #ifndef lint
9*48505Sbostic static char sccsid[] = "@(#)linemod.c	5.2 (Berkeley) 04/22/91";
10*48505Sbostic #endif /* not lint */
1115437Sralph 
1215437Sralph linemod(s)
1315437Sralph char *s;
1415437Sralph {
1515437Sralph }
16