f(int phaseone)1 f (int phaseone)
2 {
3   typedef struct
4     {
5       unsigned char *p;
6     }
7   FILE;
8   FILE b[2];
9   static unsigned char xchr[2];
10   int j;
11   int for_end;
12   if (phaseone)
13     {
14       if (j <= for_end)
15 	do
16 	  *(b[1].p) = xchr[j];
17 	while (j++ < 10);
18     }
19 }
20