2015-04-28 18:11:27 +02:00

9 lines
100 B
C

#ifndef F_H
#define F_H
void s_(int* i, float* r, double* d, int* is2x2);
int f_(int* i);
#endif