#ifndef F_H
#define F_H

void s_(int* i, float* r, double* d, int* is2x2);

int f_(int* i);

#endif