summaryrefslogtreecommitdiff
path: root/sys/src/cmd/plot/libplot/pprompt.c
blob: 1e730abf391fc6448076cc39e47b42e7a3758e61 (plain)
1
2
3
4
5
#include "mplot.h"
void
pprompt(void){
	fprint(2, ":");
}