git: 9front

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