Well yes and no...a header file can form part of a library, but you'd still need to write the corresponding C source file. Vim is just a text editor, so create your files and compile them to object code. If you want to make a shared object library file look into using ranlib. I don't know the details though, I've never needed to do it.
|