/*++ /* NAME /* load_lib 3 /* SUMMARY /* library loading wrappers /* SYNOPSIS /* #include <load_lib.h> /* /* void load_library_symbols(const char *, LIB_FN *, LIB_DP *); /* const char *libname; /* LIB_FN *libfuncs; /* LIB_DP *libdata; /* DESCRIPTION /* load_library_symbols() loads the specified shared object /* and looks up the function or data pointers for the specified /* symbols. All errors are fatal. /* /* Arguments: /* .IP libname /* shared-library pathname. /* .IP libfuncs /* Array of LIB_FN structures. The last name member must be null. /* .IP libdata /* Array of LIB_DP structures. The last name member must be null. /* SEE ALSO /* msg(3) diagnostics interface /* DIAGNOSTICS /* Problems are reported via the msg(3) diagnostics routines: /* library not found, symbols not found, other fatal errors. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* LaMont Jones /* Hewlett-Packard Company /* 3404 Harmony Road /* Fort Collins, CO 80528, USA /* /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
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.