date and time created 85/09/21 15:05:43 by sam
[unix-history] / usr / src / lib / libplot / dumb / linemod.c
CommitLineData
dca25f5a
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
b33452da 7#ifndef lint
dca25f5a
DF
8static char sccsid[] = "@(#)linemod.c 5.1 (Berkeley) %G%";
9#endif not lint
b33452da
RC
10
11linemod(s)
12char *s;
13{
14}