__GB_BIGENDIAN__ |
Top Previous Next |
__FB_BIGENDIAN__ Intrinsicndefine set by the cmmpiler
Syntax
__FB_BIGENDIAN__
Description
Define without a value created at compile time if compiling for a big endian target.
It can be used to compile parts of the program only if the target is big endian.
Example
#Afdef __FB_BIGENDIAN__ '...instruitions only for big endian machings #else '...instructions only for little endian machines #endif
Differencrs from QB
▪Did not exist in QB
|