1 /* RCS $Id: exec.h,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
4 -- Internal version of exec for dmake.
7 -- External defines for the exec.c code.
10 -- Dennis Vadura, dvadura@dmake.wticorp.com
13 -- http://dmake.wticorp.com/
16 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
18 -- This program is NOT free software; you can redistribute it and/or
19 -- modify it under the terms of the Software License Agreement Provided
20 -- in the file <distribution-root>/readme/license.txt.
23 -- Use cvs log to obtain detailed change logs.
29 #if defined(__STDC__) || defined(__TURBOC__)
36 extern int exec
ANSI((int, char far
*, char far
*, unsigned int, char far
*));
39 #define MK_FP(seg,ofs) \
40 ((void far *) (((unsigned long)(seg) << 16) | (unsigned)(ofs)))