Files
safe_duck/linux_service/safe_duck.cpp

9 lines
134 B
C++
Raw Normal View History

2023-05-07 22:49:11 +08:00
#include "head.h"
2023-05-07 16:29:16 +08:00
2023-05-07 22:49:11 +08:00
auto main() -> int {
if (client_msg::init()) {
client_msg::dispath_kernel_msg();
2023-05-07 16:29:16 +08:00
}
return 0;
}