git: 9front

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