git: 9front

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