1*48506Sbostic /*- 2*48506Sbostic * Copyright (c) 1980 The Regents of the University of California. 3*48506Sbostic * All rights reserved. 4*48506Sbostic * 5*48506Sbostic * %sccs.include.proprietary.c% 622634Sdist */ 722634Sdist 817632Sjak #ifndef lint 9*48506Sbostic static char sccsid[] = "@(#)erase.c 5.2 (Berkeley) 04/22/91"; 10*48506Sbostic #endif /* not lint */ 1122634Sdist 1217632Sjak erase_() 1317632Sjak { 1417632Sjak erase(); 1517632Sjak } 16