Hi?
Is it possible to use a function (void or value returned) in different header files? How to do this?
do you want to call the function into different header file ?
yes. i made the function in one header file and want to call this function in more than one header and source files at the same time.
hearder files are for declearing the function if you can call the function in different source file using extern "c" if it is a c type function
bluecoder will you please tell me in details.