Date: Fri, 22 May 1998 08:48:01 -0400 (EDT) From: CyberPeasant <djv@bedford.net> To: vetterli@pipeline.ch (Pipeline / Simon Vetterli) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: files like stdio.c Message-ID: <199805221248.IAA19008@lucy.bedford.net> In-Reply-To: <356563E6.DFD3ABA6@pipeline.ch> from Pipeline / Simon Vetterli at "May 22, 98 01:39:18 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805221248.IAA19008>