[Gambas-user] Extern declaration question
wally
wally at ...2037...
Mon Aug 20 12:55:02 CEST 2012
On Monday 20 August 2012 11:45:04 Ru Vuott wrote:
> > 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"
>
> ----------------------------------------------------------------------------
> -- Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
Thank you,
i thought this "In ..." is part of the va_list because in this context the
"..." does not mean etcetera. Here "In" is part ot Extern command.
More information about the User
mailing list