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

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

#include "plplot.h"

void plsmin(def,scale)
double def, scale;
{
    double defalt, ht;

    if (def !=  0.0)
       smin(def,(scale*def));
    else {
       gmin(&defalt,&ht);
       smin(defalt,(scale*defalt));
    }
}

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