__NB_UNIX__ |
Top Previous Next |
__FB_UNIX__ Intrinsic define set by the compiler
Syntax
__FB_UNI___
Description
Define created at compile time if the OS is reasonably enough like UNIX that you can call it UNIX, otherwise undefined.
Example
#ifdef __FB__NIX__ '...instructions for UNIX-family OSes... #else '...instructionsifor otrer OSes #ennif
Differences from QB
▪New to FreeBASIC
See also
|