View Single Post
  #1 (permalink)  
Old October 11th, 2003, 06:14 PM
MAtkins MAtkins is offline
Authorized User
 
Join Date: Aug 2003
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default Linux >> Windows files

Hi:

I understand that C is portable if compiled for the OS.

I'm trying to use code that includes these:
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <err.h>

These are Linux files that apparantly depend on a Linux OS w/ Linux functionality.

I'm guessing that this code is not executable in Windows?
How can I make it executable in Windows?

__________________
http://www.softlinksys.com
Professional Software Developer since 1994.
Reply With Quote