git: 9front

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