Re: Portable libc?

wkt@cs.adfa.oz.au (Warren Toomey)
30 Jul 1998 23:12:00 -0400

          From comp.compilers

Related articles
Portable libc? mhewii@worldnet.att.net (Mark H E White II) (1998-07-28)
Re: Portable libc? ast@halcyon.com (1998-07-30)
Re: Portable libc? wkt@cs.adfa.oz.au (1998-07-30)
Re: Portable libc? shankar@cup.hp.com (Shankar Unni) (1998-07-30)
Re: Portable libc? lomew@cs.utah.edu (Bart Robinson) (1998-07-30)
Re: Portable libc? eodell@pobox.com (1998-07-31)
| List of all articles for this month |

From: wkt@cs.adfa.oz.au (Warren Toomey)
Newsgroups: comp.compilers
Date: 30 Jul 1998 23:12:00 -0400
Organization: Compilers Central
References: 98-07-213
Keywords: C, library

  Mark H E White II <mhewii@worldnet.att.net> writes:
|> I'm looking for an easily portable libc. Mostly interested in just
|> ANSI functions. Well documented small set (< 20) of core functions.


The libc in Minix is small, and the functions are separated according to
ANSI, POSIX and other categories. Try:


ftp://ftp.cs.vu.nl/pub/minix/2.0.0/src/SYS.TAZ


which is a compressed tarball containing /usr/include, the OS sources
and the library sources in src/lib.


Cheers,
Warren
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.