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_ELOOP
 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_LOCALE_ALL_MASK
 NACORE_LOCALE_COLLATE_MASK
 NACORE_LOCALE_CTYPE_MASK
 NACORE_LOCALE_GLOBAL
 NACORE_LOCALE_MONETARY_MASK
 NACORE_LOCALE_NUMERIC_MASK
 NACORE_LOCALE_TIME_MASK
 NACORE_PRIVATE
 NACORE_PUBLIC
Delimits the beginning of public declarations.
Error code indicating too many levels of symbolic links.
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.
Mask with bits set for all locale categories.
Mask for the LC_COLLATE locale category.
Mask for the LC_CTYPE locale category.
Special locale object representing the global locale.
Mask for the LC_MONETARY locale category.
Mask for the LC_NUMERIC locale category.
Mask for the LC_TIME locale category.
Specifies that a symbol has hidden visibility.
Specifies that a symbol is publicly visible.
Close