User Tools

Site Tools


notes:fall2024:projects:cgfx

This is an old revision of the document!


Table of Contents

CGF0

stack API

MKSTACK

Stack *mkstack (int);

RMSTACK

Stack *rmstack (Stack *);

POP

Stack *pop (Stack *, Node **);

PUSH

Stack *push (Stack *, Node *);
notes/fall2024/projects/cgfx.1727197582.txt.gz · Last modified: 2024/09/24 17:06 by wedge