git: 9front

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