29th July 2012, 09:18 PM
|
|||
|
|||
How to make a Header File in C Language?
how make a header file in c language
|
29th October 2012, 10:22 PM
|
|||
|
|||
Re: How to make a Header File in C Language?
Hi,
Yes you may definitely write a header file in c language. But for that you need a good grip in C Language. You must know all the nits and grits of it to write a good header file. Already you have the macro property, so you would not be needing any extra header file. You will have to write the header file in same programming language and in the same C interface. Save it normally as a header file. Then you need to append this file in that C program, wherever you feel that you need your written header file. |
|
|