Help Center
Help CenterFreeBASIC

__FB_FREEBSD__keyword

Intrinsic define set by the compiler

Intrinsic Defineskeyworddocumented

Syntax

__FB_FREEBSD__

Description


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

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


#ifdef __FB_FREEBSD__

  '...instructions only for FreeBSD...

#else

  '...instructions not for FreeBSD...

#endif 



Reference

  • Documented in KeyPgDdfbfreebsd.html