xref: /csrg-svn/lib/libplot/gigi/erase.c (revision 61388)
148508Sbostic /*-
2*61388Sbostic  * Copyright (c) 1980, 1993
3*61388Sbostic  *	The Regents of the University of California.  All rights reserved.
448508Sbostic  *
548508Sbostic  * %sccs.include.proprietary.c%
619974Sdist  */
719974Sdist 
815489Sralph #ifndef lint
9*61388Sbostic static char sccsid[] = "@(#)erase.c	8.1 (Berkeley) 06/04/93";
1048508Sbostic #endif /* not lint */
1115489Sralph 
1215489Sralph #include "gigi.h"
1315489Sralph 
erase()1415489Sralph erase()
1515489Sralph {
1615489Sralph 	printf("S(E)");
1715489Sralph }
18