git: 9front

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