j
k
j a
j l
On Sat, Apr 05, 2003 at 01:07:14PM +0200, Nando Körner wrote:
...Hallo
Hallo
void swap( int *i1, int *i2) { int t; t = i1; i1 = i2; i2 = t;
t ist ein int, i1 aber ein Zeiger auf einen int.
Das passt nicht. Siehe andere Mail von mir.
Heiko
Back to the thread
Back to the list