git: 9front

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