xref
: /
third_party
/
libuv
/
docs
/
code
/
plugin
/
hello.c
(revision e66f31c5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libuv/docs/code/plugin/
1
#
include
"
plugin.h
"
2
3
void
initialize
() {
4
mfp_register
(
"Hello World!"
);
5
}
6