ftp.nice.ch/pub/next/developer/languages/lisp/gcl.2.2-LISP.I.bs.tar.gz#/gcl-2.2/gcl-tk/sysdep-sunos.h

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

#ifndef _SYSDEP_SUNOS_H_
#define _SYSDEP_SUNOS_H_

#include <errno.h>

#define memmove(d,s,c)	bcopy(s,d,c)
#define strerror(err)	(perror(err),0)

#endif

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