From: "Max Erhard" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Header Files Lines: 17 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: NNTP-Posting-Host: 195.102.197.104 X-Complaints-To: news AT u-net DOT net X-Trace: newsr2.u-net.net 924125666 195.102.197.104 (Wed, 14 Apr 1999 22:34:26 BST) NNTP-Posting-Date: Wed, 14 Apr 1999 22:34:26 BST Organization: (Posted via) U-NET Internet Ltd. X-Real-Host: onafgrnq.h-arg.pbz Date: Wed, 14 Apr 1999 22:38:37 +0100 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The source of the built in libraries are already compiled into lib files. You can't exactly view them, its like trying to view an executable in notepad. The include files just tell the compiler what the functions are called and variables they take. Paul wrote in message ... >I'm in a beginner's C course in High School and just started using the C >language a couple of months ago. I've been curious to see how some of the >built in functions of C work by loading the header files in NotePad or >QuickView, but was shocked to see FUNCTION PROTOTYPES, with no code. > >Is there any way to see the code of .H files? > >