Is there any different when I import some function from the source code or lib?
Hi there,I have some question about the deferent about the source code and the lib.For example, I have three source code files(func1.c, func2.c, func3.c) and I compiler them to a lib file(func.lib);In my project, I just need use the function in func1...