git: 9front

ref: 901af7d49f2aeffd616808df3759a9afff63cffc
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);
}