/*++ /* NAME /* argv_attr_scan /* SUMMARY /* read ARGV from stream /* SYNOPSIS /* #include <argv_attr.h> /* /* int argv_attr_scan(scan_fn, stream, flags, ptr) /* ATTR_SCAN_COMMON_FN scan_fn; /* VSTREAM *stream; /* int flags; /* void *ptr; /* DESCRIPTION /* argv_attr_scan() creates an ARGV and reads its contents /* from the named stream using the specified attribute scan /* routine. argv_attr_scan() is meant to be passed as a call-back /* to attr_scan(), thusly: /* /* ARGV *argv = 0; /* ... /* ... RECV_ATTR_FUNC(argv_attr_scan, (void *) &argv), ... /* ... /* if (argv) /* argv_free(argv); /* DIAGNOSTICS /* Fatal: out of memory. /* /* In case of error, this function returns non-zero and creates /* an ARGV null pointer. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* 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.