5 lines
98 B
C
5 lines
98 B
C
typedef short ret_t;
|
|
int a (void);
|
|
int b (void);
|
|
int c (void);
|
|
int blah (void) { a(); b(); c(); }
|