git: 9front

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