For
example:
/* func is a legacy library function.
declaration was copied from original header file and changed*/
void func(int n);
int main()
{
...
}
Make sure that the library is specified in the "ld" command.
For
example:
/* func is a legacy library function.
declaration was copied from original header file and changed*/
void func(int n);
int main()
{
...
}
Make sure that the library is specified in the "ld" command.
6 comments
6 comments
5 comments
2 comments
2 comments
ITworld Answers helps you solve problems and share expertise. Ask a question or take a crack at answering the new questions below.