git: 9front

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