git: 9front

ref: 3ca766f5d2cf717a5c68414a47db2ced4814e172
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);
}