#ifndef _SPAWN_H #define _SPAWN_H void spawn_command(const char *name, void (*callback)(), int monitor); #endif // _SPAWN_H