dos.h for Linux?

后端 未结 2 1859
一个人的身影
一个人的身影 2020-12-19 13:00

I have a C program which contains #include header. It shows a compile time error. I know that the dos.h header file is not valid in L

2条回答
  •  悲哀的现实
    2020-12-19 13:53

    dos.h header file is interface to the DOS operating system. They are not portable to operating systems other than DOS (means not works in Linux). Which functionality in dos.h you are going to use?

提交回复
热议问题