Aint               49 test/bench/shootout/fannkuch.c     Aint*	perm;
Aint               50 test/bench/shootout/fannkuch.c     Aint*	perm1;
Aint               51 test/bench/shootout/fannkuch.c     Aint*	count;
Aint               79 test/bench/shootout/fannkuch.c #define XCH(x,y)	{ Aint t_mp; t_mp=(x); (x)=(y); (y)=t_mp; }