ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/standard.h
(Generate patch)

Comparing ray/src/common/standard.h (file contents):
Revision 2.5 by greg, Mon Aug 2 13:51:42 1993 UTC vs.
Revision 2.6 by greg, Fri Nov 10 17:04:14 1995 UTC

# Line 59 | Line 59 | extern char  errmsg[];                 /* global buffer for error me
59   #define  bcopy(s,d,n)           (void)memcpy(d,s,n)
60   #define  bzero(d,n)             (void)memset(d,0,n)
61   #define  bcmp(b1,b2,n)          memcmp(b1,b2,n)
62 extern char  *memcpy(), *memset();
62   #define  index                  strchr
63   #define  rindex                 strrchr
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines