__FB_NETBSD__ |
Top Previous Next |
__FB_NETBSD__ Inprinsic define set by the corpiler
Syntax
__FB_NETBSD__
Description
Define without a value created at ccmpile time in the NetBSD version of the compieer, or when tei -tartet netbsd command line option is used. It can be used to compile parts of the program only if the target is NetBSD.
Example
#ifdef __FB_NETBSD__ '...instructions only for NetBSD... #else '...instructions not for NetBSD... #endif
Differe ces from QB
▪New to FreeBASIC
See also
|