![]()  | 
  
    Notcurses 3.0.17
    
   a blingful library for TUIs and character graphics 
   | 
 

Go to the source code of this file.
Namespaces | |
| namespace | ncpp | 
Macros | |
| #define | NCPP_LIKELY(expr) (__builtin_expect ((expr) != 0, 1)) | 
| #define | NCPP_UNLIKELY(expr) (__builtin_expect ((expr) != 0, 0)) | 
| #define | NCPP_API_EXPORT __attribute__((visibility ("default"))) | 
| #define | NCPP_API_LOCAL __attribute__((visibility ("hidden"))) | 
| #define NCPP_API_EXPORT __attribute__((visibility ("default"))) | 
Definition at line 9 of file _helpers.hh.
| #define NCPP_API_LOCAL __attribute__((visibility ("hidden"))) | 
Definition at line 10 of file _helpers.hh.
| #define NCPP_LIKELY | ( | expr | ) | (__builtin_expect ((expr) != 0, 1)) | 
Definition at line 6 of file _helpers.hh.
| #define NCPP_UNLIKELY | ( | expr | ) | (__builtin_expect ((expr) != 0, 0)) | 
Definition at line 7 of file _helpers.hh.