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.