Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the first compilation module, which is included by the user, the abstract data type is declared as a pointer to a struct. The struct is declared as an incomplete structure type.

Code Block
struct string_mx;

typedef struct string_mx *string_m;

...