From owner-freebsd-questions Fri May 22 05:48:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13889 for freebsd-questions-outgoing; Fri, 22 May 1998 05:48:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13880 for ; Fri, 22 May 1998 05:48:11 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id IAA19008; Fri, 22 May 1998 08:48:01 -0400 (EDT) (envelope-from listread) Message-Id: <199805221248.IAA19008@lucy.bedford.net> Subject: Re: files like stdio.c In-Reply-To: <356563E6.DFD3ABA6@pipeline.ch> from Pipeline / Simon Vetterli at "May 22, 98 01:39:18 pm" To: vetterli@pipeline.ch (Pipeline / Simon Vetterli) Date: Fri, 22 May 1998 08:48:01 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pipeline / Simon Vetterli wrote: > Dear people's > > I use now FreeBSD, Version 2.2.6. I see, that some include-files are > there like > stdio.h, string.h, struct.h. > Now my question is, if it's also have the *.c-file. No, there is no correspondence. The routines referenced in .h are defined in some library somewhere. stdio routines are in libc. If you have installed the sources, look under /usr/src/lib/* for library source code. In particular, the code for libc is under /usr/src/lib/libc. Dave -- Unix System 7: an improvement on all other Unix releases, previous and subsequent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message