date and time created 85/01/02 20:29:40 by jak
[unix-history] / usr / src / lib / libplot / bitgraph / label.c
#ifndef lint
static char sccsid[] = "@(#)label.c 4.1 (Berkeley) %G%";
#endif
label(s)
char *s;
{
printf("%s", s);
}