git: 9front

ref: 24ca1f2ecfad34b6fdd85ae6a3eb8c3a7750f036
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);
}