How to use functions in a .a (static library) file in C?

Posted by Mohit Deshpande on Stack Overflow See other posts from Stack Overflow or by Mohit Deshpande
Published on 2010-04-15T22:38:32Z Indexed on 2010/04/15 22:43 UTC
Read the original article Hit count: 125

Filed under:
|

I have a static library project in Eclipse that was compiled into a .a file. So now how would I use the functions and constants in that library? Would I just put in into my includes:

#include "mylib.a"

© Stack Overflow or respective owner

Related posts about static-libraries

Related posts about c