diff options
| author | christos <christos@NetBSD.org> | 2020-05-24 19:26:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-05-24 19:26:37 +0000 |
| commit | fbb2e0a3dd96bbc9a8cffc7c8ac4aac2544fc387 (patch) | |
| tree | 46a13ac82242577d9063d930f5867da58f5cbc17 /external/mit/libuv/dist/docs/code/plugin/hello.c | |
| parent | 55efb4b237a9518e5e60aefded844c0066850759 (diff) | |
Import libuv, needed by bind-9.16.x
Diffstat (limited to 'external/mit/libuv/dist/docs/code/plugin/hello.c')
| -rw-r--r-- | external/mit/libuv/dist/docs/code/plugin/hello.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/external/mit/libuv/dist/docs/code/plugin/hello.c b/external/mit/libuv/dist/docs/code/plugin/hello.c new file mode 100644 index 00000000000..7b2861d7dde --- /dev/null +++ b/external/mit/libuv/dist/docs/code/plugin/hello.c @@ -0,0 +1,5 @@ +#include "plugin.h" + +void initialize() { + mfp_register("Hello World!"); +} |
