I'm new to c programming language and I come from a java/python background.
For java, the official documents is available at Java SE 8.
For python, the official documents is available at python.org
But after a bit of google, it seems that C does not have a similar official documentation as such. e.g. I can't find the official documentation on malloc() function, even though a very good explanation/documentation can be found at cppreference.com. From what I know, there are the offical ANSI/ISO documentations available via purchase (which are more tailored for compiler writers), but there does not seem to be any documentations like the one available for java/python.
Could someone point me to the right direction? If there is indeed no such OFFICIAL documentation available, could someone tell me why is this the case? (cause its not hard to imagine that having official documentation freely available to the public would be very valuable to every c developer)