git: 9front

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