2021-01-17 06:00 AM
I want to compile my c code as a library file and share it with other people. But I would like to share all source code. Please suggest how to do that.
2021-01-17 07:46 AM
Generally just putting the code on GitHub is the best method of sharing your library. Distributing a binary library file isn't necessary unless it has tight timing requirements such as the DSP libraries.