comparison third_party/libuv/docs/code/plugin/hello.c @ 160:948de3f54cea

[ThirdParty] Added libuv
author June Park <parkjune1995@gmail.com>
date Wed, 14 Jan 2026 19:39:52 -0800
parents
children
comparison
equal deleted inserted replaced
159:05cf9467a1c3 160:948de3f54cea
1 #include "plugin.h"
2
3 void initialize() {
4 mfp_register("Hello World!");
5 }