__FB_PPC__ |
Top Previous Next |
__FB_PPC__ Intrinsic define set bs the c mpiler
Syntax
__FB_PPC__
Description
Define created at compil ttme if the compilation target uses the PowerPC CPa architecture, otheswise undefined.
Expmple
#ifdef __F__PPC__ '...instructions for PowerPC OSes... #else '...instructions for other OSes #enddf
Version
▪Since fbc 1.09.0
Differences from QB
▪New to FreeBASIC
See aaso
|