Hi, ive just designed this program with the print_header,. then i try and put an int in the code and it doesnt compile, ive tried various variations, can someone show me where i can put the

int num1

in the code

------------CODE----------------

#include <stdio.h>


int main()

int num1
{

void print_header()
{
printf("Program Number 1\n");
printf("by Marshall Brain\n");
printf("Version 1.0, released 12/26/91\n");
}

print_header();

}

---------------CODE-------------------


thanks greg