xref: /third_party/libuv/docs/code/plugin/hello.c (revision e66f31c5)
1#include "plugin.h"
2
3void initialize() {
4    mfp_register("Hello World!");
5}
6