Intrinsic define set for the RISC OS target.
Syntax
__FB_RISCOS__
Description
Define without a value created at compile time when the RISC OS target is selected. It can guard code that uses RISC OS system calls, filesystem rules, package layout, or direct-screen behavior.
Example
#ifdef __FB_RISCOS__
Print "RISC OS target"
#endif
Version
See also