freebsd-nq/test/PCH/functions.h
2009-06-02 17:58:47 +00:00

7 lines
114 B
C

/* For use with the functions.c test */
int f0(int x, int y, ...);
float *f1(float x, float y);
void g0(int *);