 |
 |
 |
 | Madagascar Programming Reference Manual |  |
 |
![[pdf]](icons/pdf.png) |
 |
Next: Input parameters
Up: Generic stack (FILO) structure
Previous: Output
Sets the position of the pointer in the stack to the specified in the input pos.
sf_stack_set (s, pos);
void sf_stack_set (sf_stack s, int pos)
/*< set stack position >*/
{
...
}
Subsections
2011-07-02