Wed May 15 10:14:14 CDT 1996 Rob Tulloh <tulloh@tivoli.com>
[make.git] / w32 / subproc / proc.h
blobce7a14f1d8af5ef037334031ce163341b1e2fb00
1 #ifndef _PROC_H
2 #define _PROC_H
4 typedef int bool_t;
6 #define E_SCALL 101
7 #define E_IO 102
8 #define E_NO_MEM 103
9 #define E_FORK 104
11 extern bool_t arr2envblk(char **arr, char **envblk_out);
13 #endif