Searched refs:testPointerIndirection (Results 1 – 2 of 2) sorted by relevance
25 void testPointerIndirection(){ int a, b; a = &b; b = 17; printf("*%d = %d =?= %d\n", a, * (int*) a… in testPointerIndirection() function54 testPointerIndirection(); in main()
25 testPointerIndirection(){ int a, b; a = &b; b = 17; printf("*%d = %d =?= %d\n", a, * (int*) a, b);… in testPointerIndirection() function54 testPointerIndirection(); in main()