typedef struct { char a[5]; char b[7]; }footype; void actOnFooishThings(footype *pfoo){ printf("Address of pfoo = %d\\r\\n", pfoo); printf("A