f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
11 lines
165 B
C
11 lines
165 B
C
/* For use with the functions.c test */
|
|
|
|
|
|
|
|
|
|
int f0(int x, int y, ...);
|
|
float *f1(float x, float y);
|
|
|
|
void g0(int *);
|
|
|
|
void do_abort(int) __attribute__((noreturn));
|