New module strstack
git-svn-id: svn://svn.cc65.org/cc65/trunk@2904 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -91,8 +91,8 @@ long IS_Get (const IntStack* S);
|
||||
void IS_Set (IntStack* S, long Val);
|
||||
/* Set the value on top of an int stack */
|
||||
|
||||
long IS_Pop (IntStack* S);
|
||||
/* Pop a value from an int stack */
|
||||
void IS_Drop (IntStack* S);
|
||||
/* Drop a value from an int stack */
|
||||
|
||||
void IS_Push (IntStack* S, long Val);
|
||||
/* Push a value onto an int stack */
|
||||
|
||||
Reference in New Issue
Block a user