C opaque struct

New to FreeBASIC? Post your questions here.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: C opaque struct

Post by fxm »

I would rather use:
Type sth As Any
which seems clearer in FreeBASIC.
Post Reply