LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   c header files in linux in place of header files in windows? (https://www.linuxquestions.org/questions/programming-9/c-header-files-in-linux-in-place-of-header-files-in-windows-158814/)

harun_acs 03-17-2004 02:07 AM

c header files in linux in place of header files in windows?
 
hi i want to run the c program on linux which is written on windows .what changes should i make in the program specially in the #include files or should i change the source code?

codedv 03-17-2004 02:24 AM

It depends what your program does. If its pure ANSI C and uses no OS specific libraries it should port with no problems.

The best thing to do is attempt to compile the source code and see what you get.


All times are GMT -5. The time now is 08:34 PM.