1 2 3 4 5 6
#ifndef SF_PROCESS_H #define SF_PROCESS_H int spawn(char **argv); #endif /* SF_PROCESS_H */