git: 9front

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