git: 9front

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