Mahmed
Newbie level 4
i want to know how can i make function in library files. in fact i want source code in c to make function's defination in library files, and prototyping in header file
for example:
int sum()
{
return 5+5;
}
pleaze send me step by step procedure.
i want prototyping of function sum() in header file sum.h and defination in sum.lib
how can i make both these files. i want to hide my source in lib files Thanks
for example:
int sum()
{
return 5+5;
}
pleaze send me step by step procedure.
i want prototyping of function sum() in header file sum.h and defination in sum.lib
how can i make both these files. i want to hide my source in lib files Thanks