1 | /* For use with the functions.c test */ |
---|---|
2 | |
3 | |
4 | |
5 | |
6 | int f0(int x, int y, ...); |
7 | float *f1(float x, float y); |
8 | |
9 | void g0(int *); |
10 | |
11 | void do_abort(int) __attribute__((noreturn)); |
12 |
1 | /* For use with the functions.c test */ |
---|---|
2 | |
3 | |
4 | |
5 | |
6 | int f0(int x, int y, ...); |
7 | float *f1(float x, float y); |
8 | |
9 | void g0(int *); |
10 | |
11 | void do_abort(int) __attribute__((noreturn)); |
12 |