From fbb2e0a3dd96bbc9a8cffc7c8ac4aac2544fc387 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 24 May 2020 19:26:37 +0000 Subject: Import libuv, needed by bind-9.16.x --- external/mit/libuv/dist/docs/code/plugin/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 external/mit/libuv/dist/docs/code/plugin/hello.c (limited to 'external/mit/libuv/dist/docs/code/plugin/hello.c') 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!"); +} -- cgit