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
#include
dos.h
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?