previous next Up Title Contents Index

Esim 1

Geneerisen pointterin käyttöä:

    int *p, *q;
    void *v;
    ...
    p=v; /* OK */
    v=q; /* OK */

previous next Up Title Contents Index