FBWiki : KeyPgDdFBBigEndian

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

__FB_BIGENDIAN__


Intrinsic define set by the compiler

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.

Examples:
#IFDEF __FB_BIGENDIAN__
   '...instructions only for big endian machines
#ELSE
  '...instructions only for little endian machines
#ENDIF 


Differences from QB:

Back to Intrinsic Defines

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode