Wikipedia says that "Newlib is a C standard library implementation intended for use on embedded systems". OK, but where can I find the latest canon version of it? i.e the correct true complete version.
Also, what other libraries exist for C language? Could you give me the ISO numbers for them?
I am trying to understand what library types/versions exist for C language so I know what they mean when I come across them in the future.
I would expected C standard library to be called just C standard library but that is not used and these different names like newlib do not seem very easy to decipher.