ftp.nice.ch/pub/next/unix/developer/plplot.3.0.s.tar.gz#/plplot/src/pltext.c

This is pltext.c in view mode; [Download] [Up]

/* Switches back to text mode */

#include "plplot.h"

void pltext()
{
      int level;

      glev(&level);
      if (level < 1) plexit("Please call plstar before calling pltext.");

      grtext();
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.