git: 9front

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