[Gambas-user] Extern declaration question
    Benoît Minisini 
    gambas at ...1...
       
    Mon Aug 20 11:16:14 CEST 2012
    
    
  
Le 20/08/2012 11:05, wally a écrit :
> How should i declare this function of a shared libray in gambas extern ?
>
>
> #include <stdarg.h>
> void serialPrintf (int fd, char *message, ...)
>
>
> Public Extern serialPrintf(fd As Integer, message As Pointer, ...) '???
>
> wally
>
Public Extern serialPrintf(fd As Integer, message As String, ...) In ...
-- 
Benoît Minisini
    
    
More information about the User
mailing list