From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2004443f45ecdf56 X-Google-Attributes: gid103376,public From: mg@asp.camb.inmet.com (Mitch Gart) Subject: Re: Wvsprintf in Ada Date: 1996/04/12 Message-ID: #1/1 X-Deja-AN: 147146233 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: asp.camb.inmet.com references: organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-04-12T00:00:00+00:00 List-Id: In the Win32Ada binding available at http://sw-eng.falls-church.va.us/AdaIC/source-code/bindings/ the binding to this function is function wvsprintf(lpOut : Win32.LPSTR; lpFmt : Win32.LPCSTR; arglist: Stdarg.ArgList := Stdarg.Empty) The key to it is the Stdarg package which handles variable-length argument lists, and which is included as part of the binding. The binding is Ada 95. Hope that helps. - Mitch Gart