answersLogoWhite

0

Create the header file as a .h file in the same way you create a source file, .c and place it in the same directory as the .c files. To incorporate it, use the...

#include "my_header_file.h"

... directive. Note that there are double quotes instead of greater/less signs. This tells the compiler to look first in the source directory.

User Avatar

Wiki User

14y ago

What else can I help you with?