diff options
Diffstat (limited to 'usr/src/ucbcmd/plot/libplot/hp7221/label.c')
-rw-r--r-- | usr/src/ucbcmd/plot/libplot/hp7221/label.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/usr/src/ucbcmd/plot/libplot/hp7221/label.c b/usr/src/ucbcmd/plot/libplot/hp7221/label.c deleted file mode 100644 index 487f620c2f..0000000000 --- a/usr/src/ucbcmd/plot/libplot/hp7221/label.c +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - */ - -/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ -/* All Rights Reserved */ - -/* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. - */ - -#pragma ident "%Z%%M% %I% %E% SMI" - -#include "hp7221.h" - -void -label(char *s) -{ - printf("~'%s", s); - putchar( ENDOFSTRING ); -} |