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

Comparing ray/src/common/rtio.h (file contents):
Revision 3.21 by greg, Fri Aug 9 23:34:39 2019 UTC vs.
Revision 3.22 by greg, Wed Aug 14 18:20:02 2019 UTC

# Line 55 | Line 55 | extern void    fputnow(FILE *fp);
55   extern void     printargs(int ac, char **av, FILE *fp);
56   extern int      formatval(char fmt[MAXFMTLEN], const char *s);
57   extern void     fputformat(const char *s, FILE *fp);
58 + extern int      nativebigendian(void);
59 + extern int      isbigendian(const char *s);
60 + extern void     fputendian(FILE *fp);
61   typedef int gethfunc(char *s, void *p); /* callback to process header lines */
62   extern int      getheader(FILE *fp, gethfunc *f, void *p);
63   extern int      globmatch(const char *pat, const char *str);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines