hi,
there is a function defined in
and prototype is present in abc.h
i want to call this function from another module, so i included the abc.h file along with correct path, but tehn also it's giving the error
there is a function defined in
abc.c
i want to call this function from another module, so i included the abc.h file along with correct path, but tehn also it's giving the error
unresolved external symbol foo referenced in function another_functio n
Comment