view third_party/libuv/docs/code/plugin/hello.c @ 189:14cc84ba35a0

[BenchMark] Updated results
author MrJuneJune <me@mrjunejune.com>
date Sat, 24 Jan 2026 06:37:43 -0800
parents 948de3f54cea
children
line wrap: on
line source

#include "plugin.h"

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