git: 9front

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