This is pljoin.c in view mode; [Download] [Up]
#include "plplot.h" void pljoin(x1,y1,x2,y2) double x1, x2, y1, y2; { movwor(x1,y1); drawor(x2,y2); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.