Subject: Re: UNIX libs on PC or Mac
To: Joe Laffey <joe@laffeycomputer.com>
From: John Valdes <j-valdes@uchicago.edu>
List: port-mac68k
Date: 05/05/2000 18:31:30
On Fri, May 05, 2000 at 11:05:05AM -0500, Joe Laffey wrote:
> Anyone know if there are any C libraries for standard UNIX file functions (like
> stat, etc.) that would allow easy porting of C code for NetBSD to the PC or Mac
> command line?

Codewarrior on the Mac (and probably Windows too) includes a library
that implements (or noop()s) a number of Unix system calls.  See
http://www.metrowerks.com/whitepapers/GNUC/GNU_CtoCodeWarrior.pdf for
a list of available functions and misc porting info.

John