porting c program from linux to windows




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...?

.



Relevant Pages

  • Re: Linux C header files on Windows?
    ... >> Well I have thought about copying the linux header files but I ... As for a 'Windows build of the Linux gcc' I'm not sure I ...
    (comp.lang.c)
  • Re: porting c program from linux to windows
    ... is OS dependant. ... I need to run the same program on windows. ... windows equivalent header files for the following: ... where the platform dependent ...
    (comp.programming)
  • Re: Linux C header files on Windows?
    ... Yes in a sense that yes I will hit compile in Dev ... >> sure that the code I wrote once moved to linux will compile ... >> correctly since it was built against linux's header files. ... > Windows build of the Linux gcc and the Linux header files. ...
    (comp.lang.c)
  • Re: porting c program from linux to windows
    ... I have a c program devolped for linux which includes header files ... I need to run the same program on windows. ... Take a look at cygwin. ...
    (comp.programming)
  • Re: Linux C header files on Windows?
    ... >> Is it possible to do linux development on Windows platform (to make ... >> environment but not the header files. ...
    (comp.lang.c)