ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/track/sysdep.h

This is sysdep.h in view mode; [Download] [Up]

#ifdef SYS5
#include <sys/types.h>
#include <fcntl.h>
#include <string.h>
#define index(A,B) strchr(A,B)
#else
#include <strings.h>
#endif

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