date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / t4013 / linemod.c
CommitLineData
b059c7be
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
a9dce67b 7#ifndef lint
b059c7be
DF
8static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) %G%";
9#endif not lint
a9dce67b
JK
10
11linemod(s)
12char *s;
13{
14 /* ignored on 4013 */
15}