Skip to content

FB_NETBSD


Intrinsic define set by the compiler

Syntax

` FB_NETBSD

`

Description

Define without a value created at compile time in the NetBSD version of the compiler, or when the -target netbsd command line option is used. It can be used to compile parts of the program only if the target is NetBSD.

Examples

start GeSHi

vb
#IFDEF __FB_NETBSD__
  '...instructions only for NetBSD...
#ELSE
  '...instructions not for NetBSD...
#ENDIF

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

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