7 lines
126 B
C
7 lines
126 B
C
|
#ifndef _SPAWN_H
|
||
|
#define _SPAWN_H
|
||
|
|
||
|
void spawn_command(const char *name, void (*callback)(), int monitor);
|
||
|
|
||
|
#endif // _SPAWN_H
|