git: 9front

ref: 0cf6756da17a8b1b7b46136369a1078552f58551
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);
}