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

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

double
__adddf3 (a, b)
     double a, b;
{
  return a + b;
}

double
__floatsidf (a)
     int a;
{
  return (double) a;
}

int
__fixdfsi (a)
     double a;
{
  return (int) a;
}

double
__muldf3 (a, b)
     double a, b;
{
  return a * b;
}


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