git: 9front

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