[Gambas-user] Extern declaration question

wally wally at ...2037...
Mon Aug 20 11:05:17 CEST 2012


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





More information about the User mailing list