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
N
 NACORE_BEGIN_C_DECLS
 NACORE_END_C_DECLS
 NACORE_EUNKNOWN
 NACORE_EXPORT
 NACORE_FORMAT_PRINTF(string_index,first_to_check)
 NACORE_FORMAT_VPRINTF(string_index)
 NACORE_IMPORT
 NACORE_LIBC_SIZE_FORMAT_LM
 NACORE_LIBC_SIZE_FORMAT_TYPE
 NACORE_PRIVATE
 NACORE_PUBLIC
Delimits the beginning of public declarations.
Delimits the end of public declarations.
Error code for unknown errors.
Specifies that a symbol is to be exported.
Specifies that a function takes printf()-style arguments.
Specifies that a function takes vprintf()-style arguments.
Specifies that a symbol is imported from a library.
Length modifier for size_t to be used with printf()-like functions of the platform’s standard C library.
Type from/to which size_t values can be safely casted.
Specifies that a symbol has hidden visibility.
Specifies that a symbol is publicly visible.
Close