git: 9front

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