changed the library name
[unix-history] / usr / src / lib / libplot / plot / erase.c
#ifndef lint
static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
#endif
#include <stdio.h>
erase(){
putc('e',stdout);
}