view third_party/libuv/docs/code/plugin/hello.c @ 217:7ef4c9d2a72d hg-web

[DO NOT PUSH] Random values.
author MrJuneJune <me@mrjunejune.com>
date Sun, 25 Jan 2026 10:44:04 -0800
parents 948de3f54cea
children
line wrap: on
line source

#include "plugin.h"

void initialize() {
    mfp_register("Hello World!");
}