/*++ /* NAME /* dict_inline 3 /* SUMMARY /* dictionary manager interface for inline table /* SYNOPSIS /* #include <dict_inline.h> /* /* DICT *dict_inline_open(name, open_flags, dict_flags) /* const char *name; /* int open_flags; /* int dict_flags; /* DESCRIPTION /* dict_inline_open() opens a read-only, in-memory table. /* Example: "\fBinline:{\fIkey_1=value_1, ..., key_n=value_n\fR}". /* The longer form with { key = value } allows values that /* contain whitespace or comma. /* SEE ALSO /* dict(3) generic dictionary manager /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, 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.