1*48508Sbostic /*- 2*48508Sbostic * Copyright (c) 1980 The Regents of the University of California. 3*48508Sbostic * All rights reserved. 4*48508Sbostic * 5*48508Sbostic * %sccs.include.proprietary.c% 619974Sdist */ 719974Sdist 815489Sralph #ifndef lint 9*48508Sbostic static char sccsid[] = "@(#)erase.c 5.2 (Berkeley) 04/22/91"; 10*48508Sbostic #endif /* not lint */ 1115489Sralph 1215489Sralph #include "gigi.h" 1315489Sralph 1415489Sralph erase() 1515489Sralph { 1615489Sralph printf("S(E)"); 1715489Sralph } 18