ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/bin/geomutil/plutil/offconsol.main.c

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

#include <stdio.h>
#include "geom.h"
#include "plutil.h"

main(int argc, char *argv[]) {
  float prec = 0.0;
  if (argc > 1) sscanf(argv[1], "%f", &prec);
  GeomFSave(PLConsol(GeomFLoad(stdin, NULL), prec), stdout, NULL);
  exit(0);
}

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