<div dir="ltr"><div>It means the same as in Gambas. IE undefined amount of arguments. I have never run into this while using external functions.</div><div>You can try:</div><div>Public Extern errx(status As Integer, format as Pointer, ...)</div><div><br></div><div>...but I have n clue whether it actually works. The implementation may not be compatible with C.<br></div><div><br></div><div><br></div><div>Jussi<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 13, 2018 at 8:09 PM, Demosthenes Koptsis <span dir="ltr"><<a href="mailto:demosthenesk@gmail.com" target="_blank">demosthenesk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
i have the next external function in libc<br>
<br>
'void errx (int status, const char *format, …)<br>
<br>
what is the ... ?<br>
<br>
is this correct?<br>
<br>
Public Extern errx(status As Integer, format as Pointer)<br>
<br>
Thnaks!<br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div><br></div>