date and time created 85/01/02 20:29:37 by jak
[unix-history] / usr / src / lib / libplot / hp7221 / label.c
CommitLineData
5b8023fa
RC
1#ifndef lint
2static char sccsid[] = "@(#)label.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "hp7221.h"
6
7label(s)
8char *s;
9{
10 printf("~'%s", s);
11 putchar( ENDOFSTRING );
12}