git: 9front

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