#include void myprint(int *i) { printf("i = %d\n", i); printf("*i = %d\n", *i); }