ftp.nice.ch/pub/next/unix/audio/Cmix.N.s.tar.gz#/cmix/sys/ctest.c

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

#include "../H/ugens.h"
double ctest(p,n_args)
float *p;
{
        int i;
        char *name;
        i = (int)p[0];
        name = (char *) i;
        printf("%x %s\n",i,name);

}
double oneover(p,n_args)
float *p;
{
        return(1./p[0]);
}

int NBYTES = 2;
 
profile()
{
        UG_INTRO("ctest",ctest);
        UG_INTRO("oneover",oneover);
}

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