On Mon, Dec 16, 2002 at 01:15:07PM -0000, harris ur rahman wrote: > Today ,I was working with C, I have the habit of going through > the code in the Header file. I don't understand onething about > them
Hmm. Still it took you so long to figure that the headers don't have the implementation in them? > * The header files contain just prototypes > > Where does the actual code for performing an i/o , say using > scanf() or printf() lie. As far as i have seen the header files > dont contain this code (correct me if i am wrong). The code is implemented, and compiled into shared libraries in various files in /lib and /usr/lib typically. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
