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

Comparing ray/src/common/eputs.c (file contents):
Revision 2.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 2.5 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include "rterror.h"
13  
14   void
15 < eputs(s)                        /* error message */
16 < char  *s;
15 > eputs(const char *s)                    /* error message */
16   {
17          fputs(s, stderr);
18   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines