git: 9front

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