This is plend.c in view mode; [Download] [Up]
/* Ends a plotting session */ #include "plplot.h" void plend() { int dev, term, gra, level; glev(&level); if (level == 0) return; gdev(&dev,&term,&gra); if (gra != 0) pltext(); plfontrel(); grtidy(); slev(0); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.