Plan 9 from Bell Labs’s /usr/web/sources/patch/plot-resize/dpoint.c
#include "mplot.h" void dpoint(double x, double y){ m_dpt(x, y); move(x, y); }