staticconstchar* g_local_string = "This string is local to root library"; extern"C"constchar* g_private_extern_string; extern"C"constchar* g_public_extern_string;
// This is resolved only if public library is in the same namespace as // the root one. It should remain unresolved if looking up for public library // crosses namespace boundary. // // Defined in libnstest_public_internal.so on which libnstest_public.so // depends on extern"C"constchar* __attribute__((weak)) internal_extern_string();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.