xref: /csrg-svn/lib/libplot/gigi/erase.c (revision 19974)
1*19974Sdist /*
2*19974Sdist  * Copyright (c) 1980 Regents of the University of California.
3*19974Sdist  * All rights reserved.  The Berkeley software License Agreement
4*19974Sdist  * specifies the terms and conditions for redistribution.
5*19974Sdist  */
6*19974Sdist 
715489Sralph #ifndef lint
8*19974Sdist static char sccsid[] = "@(#)erase.c	5.1 (Berkeley) 05/07/85";
9*19974Sdist #endif not lint
1015489Sralph 
1115489Sralph #include "gigi.h"
1215489Sralph 
1315489Sralph erase()
1415489Sralph {
1515489Sralph 	printf("S(E)");
1615489Sralph }
17