git: 9front

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