struct forward declaration?

Posted By: Superku

struct forward declaration? - 11/28/16 13:44

Hello!
It's not possible with lite-C to forward declare structs, is it ( thread )?
If not, can this be changed/ added to the compiler?
Thanks.
Posted By: Superku

Re: struct forward declaration? - 12/12/16 11:30

Shameless bump.
Posted By: jcl

Re: struct forward declaration? - 12/15/16 09:18

Yes, it's on our list, also for Zorro. Until then you can only step around it by using void* instead of struct A*.
Posted By: Superku

Re: struct forward declaration? - 12/15/16 10:31

Okay, thanks for the response.
© 2024 lite-C Forums