Header-files contain only function and data type definitions and constants.
For list of functions and constants declared in stdio.h refer to the
following web-site:
http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html#stdio.h
Implementations of functions declared in stdio.h are part of C standard
library which is linked to each C program during compilation (for
example for GCC it's named libc).
On 03.01.2011 22:20, Shoubhik wrote:
Hi,
when we write
#include<stdio.h>
we are are referring to the header file stdio.h
but where exactly is the code ?? only the function prototypes are
visible in stdio.h ?
--
You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.