git: 9front

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