I downloaded this: https://github.com/mongodb/mongo-c-driver
And now I\'m trying to use it inside my C program, but I don\'t know what to do with the generated .a fi
.a files are static libraries typically generated by the archive tool. You usually include the header files associated with that static library and then link to the library when you are compiling.
.a