git: 9front

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