previous next Up Title Contents Index

Pinon tyhjentäminen

destruct() vapauttaa pinolle varatun tilan.

    void destruct (struct pino *p)
    {
        free (p->stck);
    } 

previous next Up Title Contents Index