git: 9front

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