This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

forward declaration of struct

is there any possibility to make a forward declaration of a struct?

  typedef struct {
    word wMe;
    mh_ts_me *zsOldMe;
  } mh_ts_me;

Thank you
...Leo

0