Skip to search.
  1. Home >
  2. All Categories >
  3. Computers & Internet >
  4. Programming & Design >
  5. Resolved Question
rams rams
Member since:
12 December 2009
Total points:
104 (Level 1)

Resolved Question

Show me another »

What is the use of header file #include<process.h> in c?

can any one help me what is the of the header file #include<process.h>?
Wolverine by Wolverin...
Member since:
06 December 2009
Total points:
2,048 (Level 3)

Best Answer - Chosen by Voters

process.h is a C header file which contains function declarations and macros used in working with threads and processes. Neither the header file nor the functions are defined by either the ANSI/ISO C standard or by POSIX. Most C compilers that target DOS, Windows 3.1x, Win32, OS/2, Novell NetWare or DOS extenders supply this header and the library functions in their C library.

The first reference to the file was in a post on the net.micro.pc usenet and dates back to Oct-26-1986. The compiler used by the user was Microsoft C compiler Version 3.0. The Lattice C compiler version 3.30 (Aug-24-1988) did not have such a header file, but offered similar functions. As of Borland, they provided it in their Turbo C compiler version 2.01. The C Ware-Personal C compiler version 1.2c (June 1989) had only the ANSI headers.It is a very important tool in c language.

Source(s):

Wikipedia
100% 1 Vote

There are currently no comments for this question.

Other Answers (0)

No other answers.

Answers International

Yahoo! does not evaluate or guarantee the accuracy of any user content on Yahoo! Answers. Click here for the Full Disclaimer.

Help us improve Yahoo! Answers. Tell us what you think.