BSD 4_4 release
[unix-history] / usr / src / lib / libplot / bitgraph / label.c
CommitLineData
de207c0f 1/*-
56f0aac0
KB
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
de207c0f 4 *
ad787160
C
5 * This module is believed to contain source code proprietary to AT&T.
6 * Use and redistribution is subject to the Berkeley Software License
7 * Agreement and your Software Agreement with AT&T (Western Electric).
66c27cd0
DF
8 */
9
dd2cb491 10#ifndef lint
ad787160 11static char sccsid[] = "@(#)label.c 8.1 (Berkeley) 6/4/93";
de207c0f 12#endif /* not lint */
dd2cb491
RC
13
14label(s)
15char *s;
16{
17 printf("%s", s);
18}