8 lines
78 B
C
8 lines
78 B
C
#include <lib.h>
|
|
inherit LIB_DAEMON;
|
|
|
|
void create(){
|
|
daemon::create();
|
|
}
|
|
|