Skip to content

FB_GCC


Intrinsic define set by the compiler

Syntax

` FB_GCC

`

Description

Defined to true (-1) if -gen gcc is used, or false (0) otherwise.

Examples

start GeSHi

vb
#if __FB_GCC__ <> 0
        #print Backend Code Emitter And Assembler: gcc
#else
        #print Backend Code Emitter And Assembler: Not gcc
#endif

end GeSHi

Differences from QB

  • Did not exist in QB

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft