1 typedef short ret_t; 2 int a (void); 3 int b (void); 4 int c (void); blah(void)5 int blah (void) { a(); b(); c(); } 6