Altera_Forum
Honored Contributor
12 years agoFunctions Inclusion
Hello every body; I have created macros to deal with my hardware component and put them in a separate .c file, how can I include these macros in my main.c file. Thanks.
Usually, I put macros in .h file. The file can be included in any .c file requiring the functions.