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