git: 9front

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