git: 9front

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