git: 9front

ref: 2dbddd386595eda64f97b1fae3747451c47dd4f2
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);
}