/*++ /* NAME /* load_file 3 /* SUMMARY /* load file with some prejudice /* SYNOPSIS /* #include <load_file.h> /* /* void load_file(path, action, context) /* const char *path; /* void (*action)(VSTREAM, void *); /* void *context; /* DESCRIPTION /* This routine reads a file and reads it again when the /* file changed recently. /* /* Arguments: /* .IP path /* The file to be opened, read-only. /* .IP action /* The function that presumably reads the file. /* .IP context /* Application-specific context for the action routine. /* DIAGNOSTICS /* Fatal errors: out of memory, cannot open file. /* 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
/*--*/
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.