struct stos
void init(struct stos **s);
int Empty(stos *s);
void Push(struct stos **s, int k);
int Top(struct stos *s);
int Pop(struct stos **s);
void odwroc(struct stos *s1, struct stos **s2);
struct stosT
void initT(struct stosT **s);
int EmptyT(stosT *s);
void PushT(struct stosT **s, int k);
int TopT(struct stosT *s);
int PopT(struct stosT **s);
Powrót
Wszelkie prawa zastrzeżone (c) 2001 Tomasz Czwarno - owad (na) czwarno.pl