OSVR-Core
Macros
MacroToolsC.h File Reference

Header containing basic macro tools. More...

Go to the source code of this file.

Macros

#define OSVR_UTIL_MULTILINE_BEGIN   do {
 Macro for the beginning of a multi-line macro expansion.
 
#define OSVR_UTIL_MULTILINE_END
 Macro for the end of a multi-line macro expansion. More...
 

Detailed Description

Header containing basic macro tools.

Must be c-safe!

Date
2014
Author
Sensics, Inc. http://sensics.com/osvr

Macro Definition Documentation

§ OSVR_UTIL_MULTILINE_END

#define OSVR_UTIL_MULTILINE_END
Value:
} \
while (0)

Macro for the end of a multi-line macro expansion.