git: 9front

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