git: 9front

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