manual page distributed with 4.2BSD
[unix-history] / usr / src / lib / libplot / plot / erase.c
CommitLineData
88c75be8
SL
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5#include <stdio.h>
6erase(){
7 putc('e',stdout);
8}