hi all,
a question from a neophyte:
how to declare the prototype of a fuction in the header files?? how do i create the header files??
plz help.
Printable View
hi all,
a question from a neophyte:
how to declare the prototype of a fuction in the header files?? how do i create the header files??
plz help.
»how to declare the prototype of a fuction in the header files??
type name(arguments);
»how do i create the header files??
open a text editor, type stuff, save it.
Just write the prototype of the function in any text file and save it with .h prefix.
I am sure that you can find how to declare a prototype in any C book?
Read the FAQ?
http://faq.cprogramming.com/cgi-bin/...&id=1043284392