ftp.nice.ch/pub/next/unix/audio/fugue.s.tar.gz#/fugue/local.c

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

/* local.c -- call initialization code for all extensions */

#include "xlisp.h"

LVAL RSLT_sym;

void localinit()
{
	test_init();
}


void localsymbols()
{
	RSLT_sym = xlenter("*RSLT*");
	test_symbols();
}

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