ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/mp/mp_dblremul3.c

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

#include "config.h"
#include "genpari.h"
#include "arith.h"

unsigned long dblremul3(x,y,z)
     int x,y,z;
{ unsigned long h;
  unsigned long w = mulul(x,y,h);
  divul(x,z,h);
  return h;
}
  

    
    
    
     

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