git: 9front

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