初始化
This commit is contained in:
5
LFtid1056/lib/libuv-v1.51.0/docs/code/plugin/hello.c
Normal file
5
LFtid1056/lib/libuv-v1.51.0/docs/code/plugin/hello.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "plugin.h"
|
||||
|
||||
void initialize() {
|
||||
mfp_register("Hello World!");
|
||||
}
|
||||
Reference in New Issue
Block a user