xref
: /
netbsd-src
/
external
/
mit
/
libuv
/
dist
/
docs
/
code
/
plugin
/
hello.c
(revision f4748aaa01faf324805f9747191535eb6600f82c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
plugin.h
"
2
3
void
initialize
() {
4
mfp_register
(
"Hello World!"
);
5
}
6