Reversable Stack Child Package | |
Ada Code Examples |
Linked Stack Client | Download | Reversable Stack Child Body |
with L_Stack; package L_Stack.Reversable is procedure Rev_Stack(S: in out Int_Stack); end L_Stack.Reversable;
Linked Stack Client | Reversable Stack Child Body |