Searched refs:testMod (Results 1 – 2 of 2) sorted by relevance
7 void testMod(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); } in testMod() function36 testMod(); in main()
7 testMod(){ printf("%d %% %d = %d\n", 11, 4, 11 % 4); } in testMod() function36 testMod(); in main()