xref: /csrg-svn/lib/libplot/dumb/linemod.c (revision 61358)
148505Sbostic /*-
2*61358Sbostic  * Copyright (c) 1980, 1993
3*61358Sbostic  *	The Regents of the University of California.  All rights reserved.
448505Sbostic  *
548505Sbostic  * %sccs.include.proprietary.c%
619971Sdist  */
719971Sdist 
815437Sralph #ifndef lint
9*61358Sbostic static char sccsid[] = "@(#)linemod.c	8.1 (Berkeley) 06/04/93";
1048505Sbostic #endif /* not lint */
1115437Sralph 
linemod(s)1215437Sralph linemod(s)
1315437Sralph char *s;
1415437Sralph {
1515437Sralph }
16