I\'m using GCC version 4.7.1, but I\'ve also tried this on GCC 4.8. Here is the code I\'m trying to compile:
#include void print(int amount)
You try:
gcc -o YOUR_PROGRAM.exe main.c