index
:
libuv
main
v1.x
libuv mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
code
/
plugin
/
hello.c
blob: 7b2861d7dded35b9b20ad15126530b4e3d47c2cf (
plain
)
1
2
3
4
5
#include
"plugin.h"
void
initialize
()
{
mfp_register
(
"Hello World!"
);
}