git: 9front

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