git: 9front

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