[b8cc5d]: / test.c  Maximize  Restore  History

Download this file

16 lines (11 with data), 190 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
int test(int p1, int p2)
{
int i, j, k[3], l[2][3];;
int *pTest;
hugo = hugo + 1;
hugo = hugo + egon * 5;
hugo = (hugo + egon) * 5;
i = *pTest;
i = *pTest + 5;
i = *(pTest++);
}