1 typedef short ret_t; 2 int a (void); 3 int b (void); 4 int c (void); 5 int blah (void) { a(); b(); c(); return 0; } 6
Indexes created Wed Mar 04 15:26:31 UTC 2026