#ifndef _SUBPROC_H_b45e9069_ #define _SUBPROC_H_b45e9069_ #include "memstream.h" extern void proc_start(int *, int *, int *, ...); #define PROC_N (-1000) #define PROC_VEC (-1001) #define PROC_END (-1002) extern void proc_gather_outputs(int, MEMSTREAM **, int, MEMSTREAM **); #endif