On Fri, Apr 10, 2009 at 05:23:54PM +0530, "Manish Sinha (मनीष सिन्हा)" wrote: > Not sure but this should work. > > "apt-get source libc6" > > this is for debian based systems
That just installs the .so files and some basic commands. However, if you use apt-get source libc6 that gets you the source of libc6, and all the gory definitions of all functions in the standard C library. To get only the documentation, the manpages-dev package is enough; installing it and doing man printf, man scanf provides detailed documentation of the functions. HTH. Kumar -- Kumar Appaiah _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
