git: 9front

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