You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1999/04/21 04:49:33 UTC

Re: ap_rvputs and ap_rprintf

>varags

Hmmm, and it actually says that in a comment block in ap_config.h:

/* Stuff marked API_EXPORT_NONSTD is part of the API, and intended for
 * use by modules.  The difference between API_EXPORT and
 * API_EXPORT_NONSTD is that the latter is required for any functions
 * which use varargs or are used via indirect function call.  This
 * is to accomodate the two calling conventions in windows dlls.
 */

Makes me wonder about ap_snprintf() and others. *shrug*

....Roy