git: 9front

ref: 5b5eb709ac2e5b2e22796710d47daa26d7a240f4
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);
}