1 2 3 4 5 6
#ifndef __PROCESS_H__ #define __PROCESS_H__ int proc_spawn(const char *args[], int *ec); #endif