xref
: /
netbsd-src
/
external
/
mit
/
libuv
/
dist
/
docs
/
code
/
plugin
/
hello.c
(revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
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