#ifndef __PROCESS_H__ #define __PROCESS_H__ int proc_spawn(const char *args[], int *ec); #endif