functions.h 165 B

1234567891011
  1. /* For use with the functions.c test */
  2. int f0(int x, int y, ...);
  3. float *f1(float x, float y);
  4. void g0(int *);
  5. void do_abort(int) __attribute__((noreturn));