I\'m trying to learn C by writing a simple program to output Fibonacci numbers. It isn\'t working.
fibonacci.h
unsigned int fibonacc
You declared two main() functions, and the new line character is '\n'.
main()