git: 9front

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