-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sujith wrote:
> 
> http://www.gnu.org/software/libc/

Also this,

http://www.gnu.org/software/libc/manual/pdf/libc.pdf

If you need source, download the tarball.

http://ftp.gnu.org/gnu/glibc/glibc-2.9.tar.bz2.

I have a question, is there any way that I can list all the functions
declared in a header? or header files?

Until now, I'm using the below one, but don't know whether this is right
or wrong?

$ grep '^extern' /usr/include/stdio.h
$ find /usr/include/X11 -name '*.h' | xargs grep '^extern'

Do we need to declare all the functions as 'extern'? is this a standard?
 and do we need to define all functions as 'static'? what is the impact
if I don't declare my function as static? on the whole, what is mean by
'namespace'?

Thanks,
Mohan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknhq0wACgkQvyYJpV5CUmtUeQCdFoYZqljrYe8BnFF75nRbFZFN
O18Anjc5qjZuXy+a+Y+RiJhAGpTBwyD7
=rNCT
-----END PGP SIGNATURE-----

_______________________________________________
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

Reply via email to