ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/lib/libprocom/globals.c

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

/* globals.c	1.3	(CARL)	9/12/86	16:29:57 */

/*
 * Note: with the advent of 4.3BSD, the size of the file descriptor table
 * became variable, and should be determined dynamically by getdtablesize(2).
 * However, rather than perform the moderate upgrade this would require
 * to this code, I have opted for the cheap way out, and derive this
 * directly from /sys/h/param.h.  Anyone ambitious enough to fix this to
 * do it right is welcome to it.	=dgl
 */

#include <sys/param.h>
#include <carl/procom.h>

struct fltbuf fb[NOFILE];
short _samplesize = sizeof(float);

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