Macro Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 INO_BEGIN_C_DECLS
 INO_DEF
 INO_END_C_DECLS
 INO_EXPORT
 INO_IMPORT
 INO_PRIVATE
 INO_PUBLIC
Delimits the beginning of public declarations.
Equivalent to a combination of INO_PUBLIC and INO_EXPORT if the INO_IMPLEMENTATION flag is defined or to a combination of INO_PRIVATE and INO_IMPORT otherwise.
Delimits the end of public declarations.
Specifies that a symbol is to be exported.
Specifies that a symbol is imported from a library.
Specifies that a symbol has hidden visibility.
Specifies that a symbol is publicly visible.
Close