#ifndef FIBOLIB_H
#define FIBOLIB_H

extern int fibocalls;

int fibofnc (int n);

int fiboseries (int **series, int n);

#endif /*FIBOLIB_H */