+ 2
Making header files in c language
how to make header file in c language.. ?
1 Antwort
+ 5
I have tried it in c++ so it might work in c.
Just write in codes in a empty file (eg. a function) and then name it with the extension .h
Then copy the file to the "include folder" of your compiler.
Now you are ready to use it in any program.
Happy Coding!!!😀😀