C Workshop
Fibonacci.h
Go to the documentation of this file.
1
#pragma once
2
#include <stdio.h>
3
5
9
typedef
unsigned
long
long
int
ull_t
;
10
18
ull_t
Fibonacci
(
size_t
n);
Fibonacci
ull_t Fibonacci(size_t n)
Returns the nth fibonacci number.
Definition:
Fibonacci.c:4
ull_t
unsigned long long int ull_t
Shorthand for "unsigned long long int".
Definition:
Fibonacci.h:9
Exercise03
Ex03.03
Fibonacci.h
Generated by
1.9.1