TP-02/fibo/fibo.h

7 lines
76 B
C

#ifndef FIBO_H
#define FIBO_H
unsigned long fibo(unsigned long n);
#endif