git: 9front

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