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