[Solved] Procedure to include own functions to ANSI C Standard library
The sane way to approach it would be to develop a 3rd party library and make it available over the internet through open source, Github etc. The GNU C dialect is one such example, which is a collection of non-standard compiler extensions used by the GCC compiler. One could join the GCC open source group … Read more