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.