git: 9front

ref: 68a269d25f2b0cc47ffbfa3b11afd1c1a1c80504
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);
}