Content
include stdio.h ;struct cat ; char name ;char meowSound int age : ;void meow(struct cat Cat) ;printf("s", Cat -meowSound) ; ;int main(int arg, char argv) ;int ctr 0 ;while (ctr 100) ;printf("sin", ctr) ;ctr ; ;struct cat Walter ;Walter.name "George"; ;Walter.meowSound " !woeM" ;Walter.age 1 ;meow(SWalter) ;return 0