7 lines
113 B
C
Executable File
7 lines
113 B
C
Executable File
#ifndef DAEMON_H_INCLUDE
|
|
#define DAEMON_H_INCLUDE
|
|
|
|
void init_daemon(void); //守护进程初始化函数
|
|
|
|
#endif
|