ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/Minc/foo.c

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


double dispatch(str,args,n)
char *str;
double *args;
int n;
{

int i1,i2;
char *c1,*c2;

i1 = (int) args[0];
c1 = (char*)i1;

printf("this is the string: %s\n",c1);

}

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