porting c program from linux to windows
- From: reach.daniels@xxxxxxxxx
- Date: 28 Feb 2006 21:41:43 -0800
I have a c program devolped for linux which includes header files which
is OS dependant. I need to run the same program on windows. i need
windows equivalent header files for the following:
<termios.h>
<sys/types.h>
<sys/stat.h>
<fcntl.h>
<unistd.h>
<errno.h>
<sys/ioctl.h>
What should i do and how do i proceed...?
.
- Follow-Ups:
- Re: porting c program from linux to windows
- From: Randy Howard
- Re: porting c program from linux to windows
- From: Ico
- Re: porting c program from linux to windows
- From: Jaspreet
- Re: porting c program from linux to windows
- Prev by Date: Re: Compiles without Executing
- Next by Date: Re: porting c program from linux to windows
- Previous by thread: Re: H & R Block and unpaid overtime
- Next by thread: Re: porting c program from linux to windows
- Index(es):
Relevant Pages
|