git: 9front

ref: 014f5bb2e14d89cbbbe2841b6d287a1f7e3ef715
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);
}