Search

You can find the results of your search below.

C-ohjelmoinnin harjoitustyö
13 Hits, Last modified:
char teksti[SANANPITUUS+1]; struct solmu *seur; struct alkio *alku; }; /* Seuraava funktio ... { if(pt==lista) { a=tee(data); a->seur=lista; return a; } a=tee(data); b=lista; while(b->seur!=pt) b=b->seur; b->seur=a; a->seur=pt; return lista; } pt=pt->seur; } pt=l