git: 9front

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