#ifndef GC_SPAWN_H #define GC_SPAWN_H #include boolean spawn_sync(char **argv,char **standard_output,int *exit_status); #endif /* GC_SPAWN_H */