Incomplete types

The following are incomplete types:

The following examples illustrate incomplete types:

      void *incomplete_ptr;
      struct dimension linear; /* no previous definition of dimension */

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]