git: 9front

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