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

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

h13864
s 00011/00002/00005
d D 1.3 86/09/12 16:29:57 root 3 2
c writearound for dimension of procom header array.
e
s 00000/00000/00007
d D 1.2 85/11/26 23:01:57 dgl 2 1
c eliminated LOOKED_ALREADY from getheader to cure bug 
c re. trying to add property to stdin if no header exists yet.
e
s 00007/00000/00000
d D 1.1 85/11/25 09:58:57 dgl 1 0
c original version
e
u
U
f i 
t
T
I 1
/* %M%	%I%	(CARL)	%G%	%U% */

D 3
#include <stdio.h>
E 3
I 3
/*
 * 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/h/param.h"
E 3
#include <carl/procom.h>

D 3
struct fltbuf fb[_NFILE];
E 3
I 3
struct fltbuf fb[NOFILE];
E 3
short _samplesize = sizeof(float);
E 1

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