git: 9front

ref: ad7324ece84cf8bdcc32cffc6f009127bb59b1ae
dir: /sys/src/cmd/plot/libplot/dpoint.c/

View raw version
#include "mplot.h"
void dpoint(double x, double y){
	m_dpt(x, y);
	move(x, y);
}