xref: /csrg-svn/lib/libplot/hp7221/erase.c (revision 19978)
1*19978Sdist /*
2*19978Sdist  * Copyright (c) 1980 Regents of the University of California.
3*19978Sdist  * All rights reserved.  The Berkeley software License Agreement
4*19978Sdist  * specifies the terms and conditions for redistribution.
5*19978Sdist  */
6*19978Sdist 
715469Sralph #ifndef lint
8*19978Sdist static char sccsid[] = "@(#)erase.c	5.1 (Berkeley) 05/07/85";
9*19978Sdist #endif not lint
1015469Sralph 
1115469Sralph erase(){
1215469Sralph }
13