git: 9front

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