git: 9front

ref: 877989481513a00a80f3d58aed2de68744b7b51f
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);
}