[Gambas-user] Extern declaration question

Ru Vuott vuott at ...325...
Mon Aug 20 12:45:04 CEST 2012


> 
> Public Extern serialPrintf(fd As Integer, message As String,
> ...)
> the above declaration witjout the "In ..." seems to work.
> 
> wally
> 

If you have already upper declared :

Library "name_of_library"


you don't need to add

 Extern serialPrintf(...) In "name_of_library"




More information about the User mailing list