/*++ /* NAME /* off_cvt 3 /* SUMMARY /* off_t conversions /* SYNOPSIS /* #include <off_cvt.h> /* /* off_t off_cvt_string(string) /* const char *string; /* /* VSTRING *off_cvt_number(result, offset) /* VSTRING *result; /* off_t offset; /* DESCRIPTION /* This module provides conversions between \fIoff_t\fR and string. /* /* off_cvt_string() converts a string, containing a non-negative /* offset, to numerical form. The result is -1 in case of problems. /* /* off_cvt_number() converts a non-negative offset to string form. /* /* Arguments: /* .IP string /* String with non-negative number to be converted to off_t. /* .IP result /* Buffer for storage of the result of conversion to string. /* .IP offset /* Non-negative off_t value to be converted to string. /* DIAGNOSTICS /* Panic: negative offset /* 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.