Hi!
My question is how to make my own header files? I' m writing a program and I want that every function will be in his own .c file. Something like this:
main.c
main.h
about.c
about.h
...
I was trying something but I always get a lot of errors.
Please help.



LinkBack URL
About LinkBacks
.



?