1
#ifndef GC_SPAWN_H
2
#define GC_SPAWN_H
3
4
#include <gclib/gclib.h>
5
6
boolean spawn_sync(char **argv,char **standard_output,int *exit_status);
7
8
#endif /* GC_SPAWN_H */