fix "printf("%4.1f\n", (double)0.0);"
[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);
}