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

Comparing ray/src/meta/imPfuncs.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 12 | Line 12
12   /*
13   *  These functions are part of the imPress functional interface routines.
14   */
15 + #ifndef _RAD_IMPFUNCS_H_
16 + #define _RAD_IMPFUNCS_H_
17  
18 + #ifdef __cplusplus
19 + extern "C" {
20 + #endif
21 +
22   #define im_putbyte(c)   putc((c) & 0377, imout)
23   #define im_putword(w)   (im_putbyte((w) >> 8), im_putbyte(w))
24  
# Line 71 | Line 77
77   #define imPM_ORIENTATION        0x001
78  
79   extern FILE *imout;
80 +
81 + #ifdef __cplusplus
82 + }
83 + #endif
84 + #endif /* _RAD_IMPFUNCS_H_ */
85 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines